Fix AttributeError
This commit is contained in:
parent
dfccefe2e8
commit
587df50c54
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class FullSync(backgroundthread.KillableThread, common.libsync_mixin):
|
||||||
self.plex_db = None
|
self.plex_db = None
|
||||||
self.plex_type = None
|
self.plex_type = None
|
||||||
self.processing_thread = None
|
self.processing_thread = None
|
||||||
|
self.install_sync_done = utils.settings('SyncInstallRunDone') == 'true'
|
||||||
super(FullSync, self).__init__()
|
super(FullSync, self).__init__()
|
||||||
|
|
||||||
def plex_update_watched(self, viewId, item_class, lastViewedAt=None,
|
def plex_update_watched(self, viewId, item_class, lastViewedAt=None,
|
||||||
|
|
Loading…
Reference in a new issue