mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[112] fix library error
This commit is contained in:
parent
4b154645a7
commit
0e9e2b09f2
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop111
|
||||
1.18.3-develop112
|
||||
|
|
|
@ -122,7 +122,7 @@ class Library(ABC):
|
|||
or self.radarr_remove_by_tag or self.sonarr_remove_by_tag or self.show_unmanaged or self.show_unconfigured \
|
||||
or self.metadata_backup or self.update_blank_track_titles else False
|
||||
self.meta_operations = [i for i in [getattr(self, o) for o in operations.meta_operations] if i]
|
||||
self.label_operations = True if self.library.assets_for_all or self.library.mass_imdb_parental_labels or self.mass_episode_imdb_parental_labels else False
|
||||
self.label_operations = True if self.assets_for_all or self.mass_imdb_parental_labels or self.mass_episode_imdb_parental_labels else False
|
||||
|
||||
if self.asset_directory:
|
||||
logger.info("")
|
||||
|
|
Loading…
Add table
Reference in a new issue