You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 13:52:00 +01:00
fix
This commit is contained in:
@@ -134,7 +134,7 @@ def copy_day_to_all(playlists: dict, source_day: str, days: list[str]):
|
||||
|
||||
filepaths = []
|
||||
for filename in playlists[source_day][period]:
|
||||
full_path = os.path.join(playlists_dir, filename)
|
||||
full_path = os.path.join(files_dir, filename)
|
||||
filepaths.append(full_path)
|
||||
|
||||
with open(target_file, 'w') as f:
|
||||
|
||||
Reference in New Issue
Block a user