Update v1.5
This commit is contained in:
+3
-4
@@ -9,8 +9,8 @@ from PyQt6.QtWidgets import (QApplication, QMainWindow, QWidget, QVBoxLayout,
|
|||||||
QGroupBox, QComboBox)
|
QGroupBox, QComboBox)
|
||||||
from PyQt6.QtCore import QThread, pyqtSignal, Qt, QSettings, QSize
|
from PyQt6.QtCore import QThread, pyqtSignal, Qt, QSettings, QSize
|
||||||
from PyQt6.QtGui import QIcon, QPixmap, QCursor
|
from PyQt6.QtGui import QIcon, QPixmap, QCursor
|
||||||
from GetMetadata import get_metadata
|
from getMetadata import get_metadata
|
||||||
from LucidaDownloader import TrackDownloader
|
from getTracks import TrackDownloader
|
||||||
|
|
||||||
class ImageDownloader(QThread):
|
class ImageDownloader(QThread):
|
||||||
finished = pyqtSignal(bytes)
|
finished = pyqtSignal(bytes)
|
||||||
@@ -162,8 +162,7 @@ class ServiceComboBox(QComboBox):
|
|||||||
services = [
|
services = [
|
||||||
{'id': 'tidal', 'name': 'Tidal', 'icon': 'tidal.png'},
|
{'id': 'tidal', 'name': 'Tidal', 'icon': 'tidal.png'},
|
||||||
{'id': 'amazon', 'name': 'Amazon Music', 'icon': 'amazon.png'},
|
{'id': 'amazon', 'name': 'Amazon Music', 'icon': 'amazon.png'},
|
||||||
{'id': 'qobuz', 'name': 'Qobuz', 'icon': 'qobuz.png'},
|
{'id': 'qobuz', 'name': 'Qobuz', 'icon': 'qobuz.png'}
|
||||||
{'id': 'deezer', 'name': 'Deezer', 'icon': 'deezer.png'}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
for service in services:
|
for service in services:
|
||||||
|
|||||||
Reference in New Issue
Block a user