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.__current = comHandler.getcurrentsong(address)
|
||||||
self.__upcoming = comHandler.getupcomingsongs(address)
|
self.__upcoming = comHandler.getupcomingsongs(address)
|
||||||
self.songlength = comHandler.getsonglength(address)
|
self.songlength = comHandler.getsonglength(address)
|
||||||
else:
|
elif self.songpos > self.lastsongpos:
|
||||||
if self.songpos > self.lastsongpos:
|
|
||||||
self.isplaying = True
|
self.isplaying = True
|
||||||
elif self.songpos == self.lastsongpos:
|
elif self.songpos == self.lastsongpos:
|
||||||
self.isplaying = False
|
self.isplaying = False
|
||||||
|
|||||||
Reference in New Issue
Block a user