mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
assets for all fix
This commit is contained in:
parent
fa0aedb24d
commit
6b24a7b112
1 changed files with 2 additions and 2 deletions
|
@ -300,6 +300,8 @@ def library_operations(config, library, items=None):
|
|||
logger.error(e)
|
||||
continue
|
||||
util.print_return(f"Processing: {i}/{len(items)} {item.title}")
|
||||
if library.assets_for_all:
|
||||
library.update_item_from_assets(item, create=library.create_asset_folders)
|
||||
tmdb_id = None
|
||||
tvdb_id = None
|
||||
imdb_id = None
|
||||
|
@ -425,8 +427,6 @@ def library_operations(config, library, items=None):
|
|||
except Failed:
|
||||
pass
|
||||
|
||||
if library.assets_for_all:
|
||||
library.update_item_from_assets(item, create=library.create_asset_folders)
|
||||
|
||||
if library.Radarr and library.radarr_add_all:
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue