From 7ebdae66ed1ffc94105de95802ac12586bbb6f11 Mon Sep 17 00:00:00 2001 From: rouggy Date: Tue, 22 Nov 2022 11:33:54 +0700 Subject: [PATCH] update --- config/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.py b/config/config.py index d715119..c208238 100644 --- a/config/config.py +++ b/config/config.py @@ -5,6 +5,6 @@ class Config(object): tmdbImgUrl = 'https://image.tmdb.org/t/p/w500' plexBaseUrl = 'https://plex.rouggy.com' plexToken = 'VeQQwtf-sNtWWLwzCEih' - PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/metadata/Movies.yml' - PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/metadata/4K-Movies.yml' + PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/metadata/Movies/Movies.yml' + PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/metadata/Movies/4K-Movies.yml' PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'