Skip to content

Commit

Permalink
add includeBandwidths for compatibilty with PMS 1.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmanjay committed Feb 16, 2017
1 parent cca7625 commit bbfe5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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):
def ShowTunedTV(guideno,include_container=False,checkFiles=0,includeBandwidths=0):
global pyhdhr
if not pyhdhr:
pyhdhr = PyHDHR()
Expand Down Expand Up @@ -425,7 +425,7 @@ def ShowTunedTV(guideno,include_container=False,checkFiles=0):
return ObjectContainer(header="Empty", message=msg)

@route(PREFIX + '/showrecording')
def ShowRecording(recprogkey,include_container=False):
def ShowRecording(recprogkey,include_container=False,checkFiles=0,includeBandwidths=0):
global pyhdhr
if not pyhdhr:
pyhdhr = PyHDHR()
Expand Down

0 comments on commit bbfe5d6

Please sign in to comment.