diff --git a/config/config.py b/config/config.py index 6ddaf07..86b8170 100644 --- a/config/config.py +++ b/config/config.py @@ -6,4 +6,5 @@ class Config(object): plexBaseUrl = 'https://plex.rouggy.com' plexToken = 'VeQQwtf-sNtWWLwzCEih' PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml' + PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/Movies.yml' PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'