mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
Propagate configuration on load via downloads socket
This commit is contained in:
parent
bbfde99aeb
commit
4a9f55adda
4 changed files with 24 additions and 14 deletions
|
@ -99,6 +99,7 @@ async def delete(request):
|
|||
@sio.event
|
||||
async def connect(sid, environ):
|
||||
await sio.emit('all', serializer.encode(dqueue.get()), to=sid)
|
||||
await sio.emit('configuration', serializer.encode(config), to=sid)
|
||||
|
||||
@routes.get(config.URL_PREFIX)
|
||||
def index(request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue