diff --git a/resources/lib/read_embyserver.py b/resources/lib/read_embyserver.py index 967cc5d9..921b7fb2 100644 --- a/resources/lib/read_embyserver.py +++ b/resources/lib/read_embyserver.py @@ -11,7 +11,7 @@ import downloadutils class Read_EmbyServer(): - limitIndex = 200 + limitIndex = int(utils.settings('limitindex')) def __init__(self): diff --git a/resources/settings.xml b/resources/settings.xml index 901396e7..53063d1a 100644 --- a/resources/settings.xml +++ b/resources/settings.xml @@ -32,6 +32,7 @@ +