This commit is contained in:
Gregory Salaun 2022-11-21 16:19:30 +07:00
parent 1c37bbd8b4
commit 4ae4f56f2d

View File

@ -6,5 +6,4 @@ class Config(object):
plexBaseUrl = 'https://plex.rouggy.com' plexBaseUrl = 'https://plex.rouggy.com'
plexToken = 'VeQQwtf-sNtWWLwzCEih' plexToken = 'VeQQwtf-sNtWWLwzCEih'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml' PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/4K-Movies.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets' PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'