Skip to content

Commit

Permalink
Change 127.1 to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
athoik committed Jul 26, 2014
1 parent 0dbada4 commit d5817a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def updatebq(self):
(protocol, serviceType, bufferSize, epgId) = iptv.findtext("type").split(":")
uri = iptv.findtext("uri")
if protocol in "livestreamer":
uri = "http://127.1:88/" + uri
uri = "http://localhost:88/" + uri
uri = uri.replace(":", "%3a")
service = "#SERVICE {s}:0:1:{e}:{e}:0:0:0:0:0:{u}:{n}\n".format(s=serviceType,e=epgId,u=uri,n=name)
tvlist.append((name,service))
Expand Down

0 comments on commit d5817a2

Please sign in to comment.