fix small bug to get nextup woking

This commit is contained in:
dettwild 2017-02-04 21:06:47 +01:00
parent fba061d168
commit 96a839bf46

View file

@ -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)