Add limit to request from server

This commit is contained in:
angelblue05 2015-12-27 01:05:51 -06:00
parent 493459de33
commit a116db491c
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ import downloadutils
class Read_EmbyServer():
limitIndex = 200
limitIndex = int(utils.settings('limitindex'))
def __init__(self):