From 63d95ded5f82bab6b4a96eba964c3aa3623800cf Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sun, 6 Dec 2020 11:10:30 -0500 Subject: [PATCH] test --- fHDHR/origin/origin_channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fHDHR/origin/origin_channels.py b/fHDHR/origin/origin_channels.py index 42ab343..7a19fe9 100644 --- a/fHDHR/origin/origin_channels.py +++ b/fHDHR/origin/origin_channels.py @@ -18,7 +18,7 @@ class OriginChannels(): api_json = self.fhdhr.web.session.get(channel_json_url).json() for channel_dict in api_json['channel']['item']: - if channel_dict["properties"]["has_vod"]: + if channel_dict["properties"]["has_vod"] == "true": clean_station_item = { "name": channel_dict["title"],