mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[156] fix styles
This commit is contained in:
parent
de6ba1dd1e
commit
b276101f53
2 changed files with 3 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop155
|
||||
1.18.3-develop156
|
||||
|
|
|
@ -677,9 +677,8 @@ class MetadataFile(DataFile):
|
|||
raise Failed("Image Section Error: Section Data styles attribute is empty")
|
||||
default_style = None
|
||||
for sk, sv in styles.items():
|
||||
if sv:
|
||||
default_style = sk
|
||||
break
|
||||
default_style = sk
|
||||
break
|
||||
if not default_style:
|
||||
raise Failed(f"Image Section Error: No styles found for section: {section_key}")
|
||||
use_key = None
|
||||
|
|
Loading…
Add table
Reference in a new issue