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

try to fix player

This commit is contained in:
2025-07-08 17:07:45 +02:00
parent 08269fe42b
commit d3175c2de7

View File

@@ -162,7 +162,7 @@ def main():
play_newest_first = False play_newest_first = False
pre_track_path = None pre_track_path = None
if can_delete_file("/tmp/radioPlayer_arg") and not arg: if can_delete_file("/tmp/radioPlayer_arg"):
with open("/tmp/radioPlayer_arg", "r") as f: with open("/tmp/radioPlayer_arg", "r") as f:
arg = f.read() arg = f.read()
os.remove("/tmp/radioPlayer_arg") os.remove("/tmp/radioPlayer_arg")