mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-19 14:46:13 +00:00
Add limit to request from server
This commit is contained in:
parent
493459de33
commit
a116db491c
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ import downloadutils
|
|||
|
||||
class Read_EmbyServer():
|
||||
|
||||
limitIndex = 200
|
||||
limitIndex = int(utils.settings('limitindex'))
|
||||
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue