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

oh fucking hell

This commit is contained in:
Kuba
2025-11-01 18:25:49 +01:00
parent 5f16b29011
commit 47c78c6efe

View File

@@ -11,3 +11,5 @@ class Module(PlayerModule):
def progress(self, index: int, track: Track, elapsed: float, total: float):
if track.official:
print(f"{os.path.basename(track.path)}: {format_time(elapsed)} / {format_time(total)}", end="\r", flush=True)
module = Module()