mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[73] fix Overlay Label Removal
This commit is contained in:
parent
b98c103173
commit
b4d6e202d7
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.0-develop72
|
||||
1.18.0-develop73
|
||||
|
|
|
@ -494,7 +494,7 @@ class Operations:
|
|||
self.library.upload_poster(item, new_poster, url=poster_url)
|
||||
logger.info(f"Poster | Reset from {poster_location}")
|
||||
if "Overlay" in [la.tag for la in self.library.item_labels(item)]:
|
||||
logger.info(self.library.edit_tags("label", item, remove_tags="Ovelray", do_print=False))
|
||||
logger.info(self.library.edit_tags("label", item, remove_tags="Overlay", do_print=False))
|
||||
else:
|
||||
logger.info("Poster | No Reset Image Found")
|
||||
|
||||
|
|
Loading…
Reference in a new issue