mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 15:36:59 -05:00
commit
a0431ff4ca
@ -76,6 +76,7 @@ class OriginService():
|
|||||||
else:
|
else:
|
||||||
chanstreamdict = next(item for item in streamlist if item["number"] == channel_number)
|
chanstreamdict = next(item for item in streamlist if item["number"] == channel_number)
|
||||||
return chanstreamdict["stream_url"]
|
return chanstreamdict["stream_url"]
|
||||||
|
return self.channels["list"][channel_number]["stream_url"]
|
||||||
|
|
||||||
def get_station_total(self):
|
def get_station_total(self):
|
||||||
chanlist = self.get_channels()
|
chanlist = self.get_channels()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user