Skip to content

Commit

Permalink
fix to Bouquet
Browse files Browse the repository at this point in the history
  • Loading branch information
Belfagor2005 committed Apr 7, 2023
1 parent 84747dd commit 677b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/enigma2/python/Plugins/Extensions/Filmon/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ def slinkPlay(self, url):

def openTest(self, servicetype, url):
name = self.name
ref = "{0}:0:0:0:0:0:0:0:0:0:{1}:{2}".format(servicetype, url.replace(":", "%3A"), name.replace(":", "%3A"))
ref = "{0}:0:1:0:0:0:0:0:0:0:{1}:{2}".format(servicetype, url.replace(":", "%3A"), name.replace(":", "%3A"))
print('reference: ', ref)
if streaml is True:
url = 'http://127.0.0.1:8088/' + str(url)
Expand Down

0 comments on commit 677b1c4

Please sign in to comment.