Skip to content

Commit d5817a2

Browse files
committed
Change 127.1 to localhost
1 parent 0dbada4 commit d5817a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def updatebq(self):
106106
(protocol, serviceType, bufferSize, epgId) = iptv.findtext("type").split(":")
107107
uri = iptv.findtext("uri")
108108
if protocol in "livestreamer":
109-
uri = "http://127.1:88/" + uri
109+
uri = "http://localhost:88/" + uri
110110
uri = uri.replace(":", "%3a")
111111
service = "#SERVICE {s}:0:1:{e}:{e}:0:0:0:0:0:{u}:{n}\n".format(s=serviceType,e=epgId,u=uri,n=name)
112112
tvlist.append((name,service))

0 commit comments

Comments
 (0)