This commit is contained in:
2025-09-01 16:41:52 +02:00
parent 8ea94b40f2
commit db3d90e2b8
+1 -1
View File
@@ -289,7 +289,7 @@ class PlaylistManager:
f.write(line + '\n')
except UnicodeEncodeError as e:
print("⚠️ Encoding error in line:", repr(line))
raise
exit()
def is_file_item_in_playlist(self, file_item: FileItem, day: str, period: str, playlists: Dict) -> bool:
"""Check if ALL files from a FileItem are in the specified playlist."""