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

this could result in duplicates

This commit is contained in:
Kuba
2025-10-16 19:41:47 +02:00
parent abe60f3bc1
commit 14a3ee4f42

View File

@@ -40,7 +40,7 @@ class Module(ActiveModifier):
else:
next_track_to_fade_in = True
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))