update queued encodes after sync
This commit is contained in:
parent
b55e12d057
commit
01c504f3f9
1 changed files with 1 additions and 1 deletions
|
@ -160,8 +160,8 @@ class Server(Resource):
|
|||
|
||||
def update(self):
|
||||
self.client.scan([])
|
||||
self.client.update_encodes(True)
|
||||
self.client.sync([])
|
||||
self.client.update_encodes(True)
|
||||
|
||||
def run(client):
|
||||
root = Server(client)
|
||||
|
|
Loading…
Reference in a new issue