mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[10] fix unpack error
This commit is contained in:
parent
be0615a282
commit
fc186e4821
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.21.0-develop9
|
||||
1.21.0-develop10
|
||||
|
|
|
@ -284,7 +284,7 @@ class IMDb:
|
|||
range_name = [range_name]
|
||||
for i, attr in enumerate(bases):
|
||||
attrs = [(f"{attr}.{m}" if m else attr, m, im) for m, im in mods]
|
||||
if any([m in data for m, _ in attrs]):
|
||||
if any([m in data for m, _, _ in attrs]):
|
||||
if constraint not in out:
|
||||
out[constraint] = {}
|
||||
range_data = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue