You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
line end
This commit is contained in:
@@ -50,7 +50,9 @@ class Module(ActiveModifier):
|
|||||||
|
|
||||||
if not self.originals or self.originals[-1] != track: self.originals.append(track)
|
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")
|
logger.info(f"Playing {song} instead, as instructed by toplay")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user