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