This commit is contained in:
Kuba
2025-10-11 17:02:25 +02:00
parent ca3e8522f8
commit e7219c5770
+2
View File
@@ -76,3 +76,5 @@ class Module(PlayerModule):
if official:
rds_rt, rds_rtp = update_rds(os.path.basename(track))
logger.info(f"RT set to '{rds_rt}' (RTP: {rds_rtp})")
module = Module()