Queue persistence for download and completed
This commit is contained in:
@@ -92,6 +92,7 @@ async def delete(request):
|
||||
|
||||
@sio.event
|
||||
async def connect(sid, environ):
|
||||
await dqueue.importQueue()
|
||||
await sio.emit('all', serializer.encode(dqueue.get()), to=sid)
|
||||
|
||||
@routes.get(config.URL_PREFIX)
|
||||
|
||||
Reference in New Issue
Block a user