mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-23 04:53:07 +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)
|
logger.error(e)
|
||||||
continue
|
continue
|
||||||
util.print_return(f"Processing: {i}/{len(items)} {item.title}")
|
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
|
tmdb_id = None
|
||||||
tvdb_id = None
|
tvdb_id = None
|
||||||
imdb_id = None
|
imdb_id = None
|
||||||
|
@ -425,8 +427,6 @@ def library_operations(config, library, items=None):
|
||||||
except Failed:
|
except Failed:
|
||||||
pass
|
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:
|
if library.Radarr and library.radarr_add_all:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue