mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[48] remove reload
This commit is contained in:
parent
02def348f5
commit
e457db1b26
2 changed files with 1 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop47
|
||||
1.18.3-develop48
|
||||
|
|
|
@ -1103,7 +1103,6 @@ class Plex(Library):
|
|||
logger.info(self.edit_tags("label", item, remove_tags="Overlay", do_print=False))
|
||||
else:
|
||||
logger.warning(f"{text} | No Reset Image Found")
|
||||
item.reload()
|
||||
|
||||
def item_images(self, item, group, alias, initial=False, asset_location=None, asset_directory=None, title=None, image_name=None, folder_name=None):
|
||||
if title is None:
|
||||
|
|
Loading…
Reference in a new issue