fixed an error where songs were not updated
This commit is contained in:
@@ -318,6 +318,10 @@ class Main(MDScreen):
|
||||
self.manager.get_screen("Showcase").ids.progressbars.value = self.__songdisplay
|
||||
self.ids.progressbars.value = self.__songdisplay
|
||||
self.__current = self.__upcoming.pop(self.__currents)
|
||||
if self.__current_output != self.__current:
|
||||
self.__updateui = True
|
||||
else:
|
||||
pass
|
||||
if self.__config == ["1"]:
|
||||
self.__current_output = self.__current[:(len(self.__current) - 4)]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user