Fix double ::

pull/1928/head
jz1 2 months ago committed by GitHub
parent 4eff61502f
commit dc19fd29a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1822,7 +1822,7 @@ class Plex(Library):
has_match = False
for reg in filter_data:
for name in attrs:
if isinstance(name, str)::
if isinstance(name, str):
if re.compile(reg).search(name):
has_match = True
if has_match is False:

Loading…
Cancel
Save