Update sync_app.py
This commit is contained in:
@@ -178,7 +178,7 @@ class SyncCollectionHandler(Syncer):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def getTags(self):
|
def getTags(self):
|
||||||
return [t for t, usn in self.col.tags.allItems()
|
return [t for t, usn in self.allItems()
|
||||||
if usn >= self.minUsn]
|
if usn >= self.minUsn]
|
||||||
|
|
||||||
class SyncMediaHandler:
|
class SyncMediaHandler:
|
||||||
|
|||||||
Reference in New Issue
Block a user