fixed the progressbar (again)

This commit is contained in:
janis
2022-10-31 18:26:22 +01:00
parent 01a3dd57d1
commit 16601a9928
3 changed files with 5 additions and 6 deletions

View File

@@ -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