mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-07-28 01:07:31 +00:00
small fixes
This commit is contained in:
parent
deb0fa57c1
commit
6729df6508
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue