You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +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 = []
|
filepaths = []
|
||||||
for filename in playlists[source_day][period]:
|
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)
|
filepaths.append(full_path)
|
||||||
|
|
||||||
with open(target_file, 'w') as f:
|
with open(target_file, 'w') as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user