From 89ffda6c985dc2069533b346f105e74fafbaaa21 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 1 Apr 2025 21:55:49 +0200 Subject: [PATCH] fix --- radioPlaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlaylist.py b/radioPlaylist.py index 8a5f2fe..f5866f1 100644 --- a/radioPlaylist.py +++ b/radioPlaylist.py @@ -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: