0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-27 06:03:52 +01:00

fix again

This commit is contained in:
2025-04-01 21:56:34 +02:00
parent 89ffda6c98
commit b9356e5677

View File

@@ -161,7 +161,7 @@ def copy_current_file_to_all(playlists: dict, source_day: str, days: list[str],
for period, is_present in source_periods.items():
target_set = playlists[target_day][period]
full_path = os.path.join(playlists_dir, current_file)
full_path = os.path.join(files_dir, current_file)
if is_present:
target_set.add(current_file)