mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-06 09:28:47 +00:00
box set sync no longer an option
This commit is contained in:
parent
30de132920
commit
01a6c43ad2
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ class LibrarySync():
|
|||
viewCurrent += 1
|
||||
|
||||
# process box sets - TODO cope with movies removed from a set
|
||||
if fullsync and addon.getSetting("syncMovieBoxSets") == "true":
|
||||
if fullsync:
|
||||
|
||||
if(pDialog != None):
|
||||
progressTitle = "Sync DB : BoxSets"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue