remove redundant debug logging
This commit is contained in:
parent
8e544b4dad
commit
a5d4c881e1
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ class PlayUtils():
|
||||||
def getPlayUrl(self):
|
def getPlayUrl(self):
|
||||||
|
|
||||||
item = self.item
|
item = self.item
|
||||||
print "playutilks"
|
|
||||||
print item
|
|
||||||
playurl = None
|
playurl = None
|
||||||
|
|
||||||
if item.get('Type') in ["Recording","TvChannel"] and item.get('MediaSources') and item['MediaSources'][0]['Protocol'] == "Http":
|
if item.get('Type') in ["Recording","TvChannel"] and item.get('MediaSources') and item['MediaSources'][0]['Protocol'] == "Http":
|
||||||
|
|
Loading…
Reference in a new issue