Skip to content

Commit

Permalink
add offset arg to play nice with new PMS
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmanjay committed Dec 1, 2017
1 parent bbfe5d6 commit 98e3793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def SearchRecorded(query):
return oc

@route(PREFIX + '/showtunedtv')
def ShowTunedTV(guideno,include_container=False,checkFiles=0,includeBandwidths=0):
def ShowTunedTV(guideno,include_container=False,checkFiles=0,includeBandwidths=0,offset=0):
global pyhdhr
if not pyhdhr:
pyhdhr = PyHDHR()
Expand Down

0 comments on commit 98e3793

Please sign in to comment.