Skip to content

Commit

Permalink
fix highlights url in game menu
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgalbu committed Apr 7, 2018
1 parent e60a951 commit 7a150a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def getHighlightGameUrl(video_id):
url = xml.getElementsByTagName("path")[0].childNodes[0].nodeValue

# Remove everything after ? otherwise XBMC fails to read the rtpm stream
url, _,_ = url.partition("?")
#url, _,_ = url.partition("?")

utils.log("highlight video url: %s" % url, xbmc.LOGDEBUG)

Expand Down

0 comments on commit 7a150a6

Please sign in to comment.