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: with self.context(self.last_sync) as c:
for plex_id in self.plexdb.plex_id_by_last_sync(self.plex_type, for plex_id in self.plexdb.plex_id_by_last_sync(self.plex_type,
self.last_sync): self.last_sync):
if self.isCanceled(): if self.isCanceled():
return return
c.remove(plex_id, plex_type=self.plex_type) c.remove(plex_id, plex_type=self.plex_type)