small fixes

This commit is contained in:
Marcel van der Veldt 2015-03-18 18:49:20 +01:00
commit 6729df6508
2 changed files with 3 additions and 1 deletions

View file

@ -309,6 +309,8 @@ class LibrarySync():
#FIXME --> for now pull all tv shows and use the incremental update only at episode level
tvShowData = ReadEmbyDB().getTVShows(True,True)
updateNeeded = False
if(self.ShouldStop()):
return True