This commit is contained in:
croneter 2018-10-28 16:17:20 +01:00
parent 17a7d306ae
commit facf2d5e2d

View file

@ -97,7 +97,7 @@ class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
"""
with self.context(self.last_sync) as c:
for plex_id in self.plexdb.plex_id_by_last_sync(self.plex_type,
self.last_sync):
self.last_sync):
if self.isCanceled():
return
c.remove(plex_id, plex_type=self.plex_type)