Update sync_app.py
This commit is contained in:
parent
4c305dff88
commit
556f46b58a
@ -178,7 +178,7 @@ class SyncCollectionHandler(Syncer):
|
||||
]
|
||||
|
||||
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]
|
||||
|
||||
class SyncMediaHandler:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user