Make sure we're not showing an item's title while synching playstate
This commit is contained in:
parent
4786372490
commit
ca16f73637
1 changed files with 2 additions and 0 deletions
|
@ -337,6 +337,8 @@ class FullSync(common.fullsync_mixin):
|
||||||
# were set to unwatched). Also mark all items on the PMS to be able
|
# were set to unwatched). Also mark all items on the PMS to be able
|
||||||
# to delete the ones still in Kodi
|
# to delete the ones still in Kodi
|
||||||
LOG.info('Start synching playstate and userdata for every item')
|
LOG.info('Start synching playstate and userdata for every item')
|
||||||
|
# Make sure we're not showing an item's title in the sync dialog
|
||||||
|
self.title = ''
|
||||||
self.threader.shutdown()
|
self.threader.shutdown()
|
||||||
self.threader = None
|
self.threader = None
|
||||||
if not self.show_dialog_userdata and self.dialog:
|
if not self.show_dialog_userdata and self.dialog:
|
||||||
|
|
Loading…
Reference in a new issue