mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-21 15:40:32 +00:00
Update video library fix
This is to stop music-only update from updating the video library for no reason.
This commit is contained in:
parent
994a48df7e
commit
15e0f92092
3 changed files with 22 additions and 9 deletions
|
@ -253,7 +253,7 @@ class Read_EmbyServer():
|
|||
self.logMsg("Throttle activated.", 1)
|
||||
|
||||
if jump == highestjump:
|
||||
# We already adjusted to highestjump, but it failed. Reset value
|
||||
# We already tried with the highestjump, but it failed. Reset value.
|
||||
self.logMsg("Reset highest value.", 1)
|
||||
highestjump = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue