mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2025-01-29 17:28:29 +00:00
Implemented changes to work with lib 1.0.23
This commit is contained in:
parent
c8f05fe0c4
commit
fff3cff29b
2
app.py
2
app.py
|
@ -148,6 +148,8 @@ def search(dz, term, type, start, nb):
|
|||
|
||||
# Queue functions
|
||||
def addToQueue_link(dz, url, bitrate=None, interface=None):
|
||||
if ';' in url:
|
||||
url = url.split(";")
|
||||
return addToQueue(dz, spotifyHelper, url, settings, bitrate, interface)
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
deemix>=1.0.9
|
||||
deemix>=1.0.23
|
||||
flask
|
||||
flask-socketio
|
||||
pywebview
|
||||
cefpython3; platform_system== "Windows"
|
||||
cefpython3; platform_system== "Windows"
|
||||
|
|
2
webui
2
webui
|
@ -1 +1 @@
|
|||
Subproject commit d55cc8ce8423ee918d8ac548d075fe4191c2063a
|
||||
Subproject commit 5314f7c07e7f6679cd00f49908ab85a400297a42
|
Loading…
Reference in a new issue