box set sync no longer an option

This commit is contained in:
im85288 2015-04-03 22:20:48 +01:00
parent 30de132920
commit 01a6c43ad2
2 changed files with 2 additions and 2 deletions

View file

@ -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"