This commit is contained in:
afkarxyz
2025-10-11 18:17:07 +07:00
parent 4b7316636e
commit 56a1d29d78
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -455,7 +455,7 @@ class ServiceComboBox(QComboBox):
class SpotiFLACGUI(QWidget):
def __init__(self):
super().__init__()
self.current_version = "4.7"
self.current_version = "4.8"
self.tracks = []
self.all_tracks = []
self.successful_downloads = []