You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
bruh
This commit is contained in:
@@ -213,7 +213,7 @@ def play_playlist(playlist_path: Path, starting_index: int = 0):
|
||||
|
||||
i += 1
|
||||
if not extend: song_i += 1
|
||||
prefetch(playlist[song_i % len(playlist)])
|
||||
prefetch(playlist[song_i % len(playlist)].path)
|
||||
|
||||
def main():
|
||||
logger.info("Core is starting, loading modules")
|
||||
|
||||
Reference in New Issue
Block a user