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:
Kuba
2025-10-21 18:40:23 +02:00
parent 5c7415c672
commit eea8b9c608

View File

@@ -50,7 +50,9 @@ class Module(ActiveModifier):
if not self.originals or self.originals[-1] != track: self.originals.append(track)
with open("/tmp/radioPlayer_toplay", "w") as f: f.write('\n'.join(songs))
with open("/tmp/radioPlayer_toplay", "w") as f:
f.write('\n'.join(songs))
f.write("\n") # extra
logger.info(f"Playing {song} instead, as instructed by toplay")