fix small bug to get nextup woking
This commit is contained in:
parent
fba061d168
commit
96a839bf46
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