0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 06:03:52 +01:00
This commit is contained in:
2025-04-01 21:55:49 +02:00
parent 2335530fe9
commit 89ffda6c98

View File

@@ -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: