mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06: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:
|
except Warning as error:
|
||||||
if "400" in error:
|
if "400" in error:
|
||||||
log.info("Something went wrong, aborting request.")
|
log.info("Something went wrong, aborting request.")
|
||||||
break
|
index += jump
|
||||||
except TypeError:
|
except TypeError:
|
||||||
# Something happened to the connection
|
# Something happened to the connection
|
||||||
if not throttled:
|
if not throttled:
|
||||||
|
|
Loading…
Reference in a new issue