Merge branch 'develop' of https://github.com/dettwild/PlexKodiConnect into dettwild-develop
This commit is contained in:
commit
ae09cfe376
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class Main():
|
||||||
|
|
||||||
elif mode in ("nextup", "inprogressepisodes"):
|
elif mode in ("nextup", "inprogressepisodes"):
|
||||||
limit = int(params['limit'])
|
limit = int(params['limit'])
|
||||||
modes[mode](itemid, limit)
|
modes[mode](params['tagname'], limit)
|
||||||
|
|
||||||
elif mode in ("channels","getsubfolders"):
|
elif mode in ("channels","getsubfolders"):
|
||||||
modes[mode](itemid)
|
modes[mode](itemid)
|
||||||
|
|
Loading…
Reference in a new issue