You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
flask tst
This commit is contained in:
@@ -11,5 +11,7 @@ class Module(PlayerModule):
|
||||
if track.official:
|
||||
data = f"{track.path.name}: {format_time(elapsed)} / {format_time(total)}\n"
|
||||
Path("/tmp/radioPlayer_progress").write_text(data)
|
||||
def shutdown(self):
|
||||
Path("/tmp/radioPlayer_progress").write_text("")
|
||||
|
||||
module = Module()
|
||||
Reference in New Issue
Block a user