mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 09:46:11 +00:00
Instead of stopping throttle, move to next batch
This commit is contained in:
parent
30522dff08
commit
d61e872bf9
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class Read_EmbyServer():
|
|||
except Warning as error:
|
||||
if "400" in error:
|
||||
log.info("Something went wrong, aborting request.")
|
||||
break
|
||||
index += jump
|
||||
except TypeError:
|
||||
# Something happened to the connection
|
||||
if not throttled:
|
||||
|
|
Loading…
Reference in a new issue