diff --git a/VERSION b/VERSION index 01a48f78..b775f619 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.0-develop65 +1.17.0-develop66 diff --git a/plex_meta_manager.py b/plex_meta_manager.py index 67681530..02e7ef98 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -90,7 +90,7 @@ screen_width = get_arg("PMM_WIDTH", args.width, arg_int=True) debug = get_arg("PMM_DEBUG", args.debug, arg_bool=True) trace = get_arg("PMM_TRACE", args.trace, arg_bool=True) -if collections or metadata_files: +if collections: collection_only = True if screen_width < 90 or screen_width > 300: