0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-09-01 10:43:12 +02:00
parent 58dbb3e59a
commit 4f70a9bd84

View File

@@ -329,9 +329,6 @@ class PlaylistManager:
for period in self.periods:
source_periods[period] = self.is_file_item_in_playlist(current_item, source_day, period, playlists)
if not any(source_periods.values()):
return playlists, False
for target_day in days:
if target_day == source_day:
continue