1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-16 09:27:24 -05:00

Fix Stream grabbing

This commit is contained in:
deathbybandaid 2020-10-13 12:10:12 -04:00
parent c56d1e634e
commit 825de97425

View File

@ -76,6 +76,7 @@ class OriginService():
else:
chanstreamdict = next(item for item in streamlist if item["number"] == channel_number)
return chanstreamdict["stream_url"]
return self.channels["list"][channel_number]["stream_url"]
def get_station_total(self):
chanlist = self.get_channels()