mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-23 04:53:07 +00:00
[23] fix queue
This commit is contained in:
parent
33f8c9aef9
commit
a31c63ff1c
2 changed files with 1 additions and 5 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.0-develop22
|
||||
1.17.0-develop23
|
||||
|
|
|
@ -97,10 +97,6 @@ class Overlays:
|
|||
blur_test = int(re.search("\\(([^)]+)\\)", over_name).group(1))
|
||||
if blur_test > blur_num:
|
||||
blur_num = blur_test
|
||||
elif properties[over_name].queue:
|
||||
if properties[over_name].queue not in queue_overlays:
|
||||
queue_overlays[properties[over_name].queue] = {}
|
||||
queue_overlays[properties[over_name].queue][properties[over_name].weight] = properties[over_name]
|
||||
else:
|
||||
applied_names.append(over_name)
|
||||
|
||||
|
|
Loading…
Reference in a new issue