update queued encodes after sync

This commit is contained in:
j 2013-05-03 20:09:20 +02:00
parent b55e12d057
commit 01c504f3f9

View File

@ -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)