forked from Wobbl/Wobuzz
Fixed some bugs that happened when tracks got rearranged.
This commit is contained in:
parent
b2bd8ef784
commit
519b2d0adb
10 changed files with 72 additions and 17 deletions
|
@ -29,4 +29,6 @@ class TrackProgress:
|
|||
|
||||
def stop(self):
|
||||
self.timer.stop()
|
||||
self.remaining_time = self.app.player.current_playlist.current_track.duration
|
||||
|
||||
if not self.app.player.current_playlist.current_track is None:
|
||||
self.remaining_time = self.app.player.current_playlist.current_track.duration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue