fixed an error where songs were not updated

This commit is contained in:
janis
2022-11-20 21:12:38 +01:00
parent 1bdb73d3e4
commit abef6d115d
2 changed files with 7 additions and 3 deletions

View File

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