Skip to content

Commit

Permalink
fix live stream art
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Dec 10, 2014
1 parent 1c0d388 commit c656622
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 @@ -147,8 +147,8 @@ def GetLiveGameStreams(game_id, title, isPlaying, summary):
hlsUrl = json['nonDVRHD'][0]['src']
rtmpUrl = json['TrueLiveHD'][0]['src']

oc.add(GetStream(hlsUrl, "Regular Stream", hlsUrl, R(ICON), R(ICON), summary, False, "hls"))
oc.add(GetStream(rtmpUrl, "TrueLive Stream", rtmpUrl, R(ICON), R(ICON), summary, False, "rtmp"))
oc.add(GetStream(hlsUrl, "Regular Stream", hlsUrl, R(ICON), R(ART), summary, False, "hls"))
oc.add(GetStream(rtmpUrl, "TrueLive Stream", rtmpUrl, R(ICON), R(ART), summary, False, "rtmp"))
else:
hlsUrl = json['nonDVRSD'][0]['src']
rtmpUrl = json['TrueLiveSD'][0]['src']
Expand Down

0 comments on commit c656622

Please sign in to comment.