fixed the progressbar (again)
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -70,8 +70,7 @@ class ShowcaseScreen(MDScreen):
|
||||
self.__current = comHandler.getcurrentsong(address)
|
||||
self.__upcoming = comHandler.getupcomingsongs(address)
|
||||
self.songlength = comHandler.getsonglength(address)
|
||||
else:
|
||||
if self.songpos > self.lastsongpos:
|
||||
elif self.songpos > self.lastsongpos:
|
||||
self.isplaying = True
|
||||
elif self.songpos == self.lastsongpos:
|
||||
self.isplaying = False
|
||||
|
||||
Reference in New Issue
Block a user