mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
Started implementing home tab
This commit is contained in:
parent
8fcf858a2b
commit
0e516352b1
|
@ -69,6 +69,7 @@ def on_connect():
|
|||
queue, queueComplete, queueList, currentItem = app.getQueue_link()
|
||||
emit('init_downloadQueue',
|
||||
{'queue': queue, 'queueComplete': queueComplete, 'queueList': queueList, 'currentItem': currentItem})
|
||||
emit('init_home', session['dz'].get_charts())
|
||||
|
||||
|
||||
@socketio.on('login')
|
||||
|
|
Loading…
Reference in a new issue