Do a Kodi library update after synching new/changed items
This commit is contained in:
parent
2baafa77bb
commit
70cf483fe2
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ class FullSync(common.libsync_mixin):
|
||||||
# Now do the heavy lifting
|
# Now do the heavy lifting
|
||||||
if self.isCanceled() or not self.addupdate_section(section):
|
if self.isCanceled() or not self.addupdate_section(section):
|
||||||
return False
|
return False
|
||||||
|
common.update_kodi_library(video=True, music=True)
|
||||||
# SYNC PLAYSTATE of ALL items (otherwise we won't pick up on items that
|
# SYNC PLAYSTATE of ALL items (otherwise we won't pick up on items that
|
||||||
# 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
|
||||||
|
|
Loading…
Reference in a new issue