This commit is contained in:
deathbybandaid 2020-12-09 11:44:59 -05:00
parent fa513a0a89
commit 4caccf5581

View File

@ -85,7 +85,8 @@ class OriginChannels():
filters_passed.append(filter_passed)
if False not in filters_passed:
filtered_chan_list.append(channels_item)
if channels_item["name"] not in [x["name"] for x in filtered_chan_list]:
filtered_chan_list.append(channels_item)
return filtered_chan_list