diff --git a/fHDHR/origin/origin_channels.py b/fHDHR/origin/origin_channels.py index 8a52e3c..2d8c209 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"] == "false": + if channel_dict["properties"]["is_live"] == "true": clean_station_item = { "name": channel_dict["title"],