0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

nothing important

This commit is contained in:
Kuba
2025-10-16 19:49:59 +02:00
parent 14a3ee4f42
commit c2b2a63ce8

View File

@@ -51,6 +51,7 @@ def check_if_playlist_modifed(playlist_path: str):
if playlist_path != night_playlist_path:
logger.info("Time changed to night hours, switching playlist...")
return True
return False
class Module(PlaylistAdvisor):
def __init__(self) -> None: