Added downloading from spotify.
TODO: Two playing options - old stream and new download
This commit is contained in:
@@ -3,9 +3,4 @@ from .menu import handle_menu_click
|
||||
|
||||
|
||||
def register_handlers(ui: Ui_MainWindow):
|
||||
"""
|
||||
Register this module handlers
|
||||
:param ui:
|
||||
:return:
|
||||
"""
|
||||
ui.menu.itemClicked.connect(lambda: handle_menu_click(ui.menu.currentItem().text(), ui))
|
||||
|
||||
Reference in New Issue
Block a user