You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
really?
This commit is contained in:
@@ -289,7 +289,7 @@ class PlaylistManager:
|
|||||||
f.write(line + '\n')
|
f.write(line + '\n')
|
||||||
except UnicodeEncodeError as e:
|
except UnicodeEncodeError as e:
|
||||||
print("⚠️ Encoding error in line:", repr(line))
|
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:
|
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."""
|
"""Check if ALL files from a FileItem are in the specified playlist."""
|
||||||
|
|||||||
Reference in New Issue
Block a user