0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
Kuba
2025-11-01 18:03:06 +01:00
parent d5c9c9e5c3
commit 5f16b29011
3 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ def play_playlist(playlist_path):
start = time.time()
total_uptime = time.time() - loop_start
for module in simple_modules: module.progess(song_i, track, total_uptime, pr.duration)
for module in simple_modules: module.progress(song_i, track, total_uptime, pr.duration)
elapsed = time.time() - start
remaining_until_end = end_time - time.time()