You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
idk
This commit is contained in:
@@ -163,8 +163,10 @@ def main():
|
||||
pre_track_path = None
|
||||
|
||||
if can_delete_file("/tmp/radioPlayer_arg"):
|
||||
arg = None
|
||||
with open("/tmp/radioPlayer_arg", "r") as f:
|
||||
arg = f.read()
|
||||
if arg == None: exit(95)
|
||||
os.remove("/tmp/radioPlayer_arg")
|
||||
|
||||
if arg:
|
||||
|
||||
Reference in New Issue
Block a user