This commit is contained in:
deathbybandaid 2020-12-09 09:36:02 -05:00
parent 004d464250
commit c25357ecc1

View File

@ -39,6 +39,8 @@ class OriginChannels():
elif filter_key in ["category"]:
chan_value = channels_item[filter_key]
print(chan_value)
if (not chan_value or
str(chan_value).lower() not in [x.lower() for x in self.origin.filter_dict[filter_key]]):
filters_passed = False