socket set up properly
This commit is contained in:
@ -95,7 +95,7 @@ class MetaDataManager:
|
||||
|
||||
collection["clips"] = new_order
|
||||
if not self.socket is None:
|
||||
self.socket.emit('collection_updated', {'collection': collection})
|
||||
self.socket.emit('collection_updated', collection)
|
||||
self.save_metadata()
|
||||
|
||||
def save_metadata(self):
|
||||
|
||||
Reference in New Issue
Block a user