You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
oh fucking hell
This commit is contained in:
@@ -11,3 +11,5 @@ class Module(PlayerModule):
|
|||||||
def progress(self, index: int, track: Track, elapsed: float, total: float):
|
def progress(self, index: int, track: Track, elapsed: float, total: float):
|
||||||
if track.official:
|
if track.official:
|
||||||
print(f"{os.path.basename(track.path)}: {format_time(elapsed)} / {format_time(total)}", end="\r", flush=True)
|
print(f"{os.path.basename(track.path)}: {format_time(elapsed)} / {format_time(total)}", end="\r", flush=True)
|
||||||
|
|
||||||
|
module = Module()
|
||||||
Reference in New Issue
Block a user