From 261c00fc91faa21584d80a9ece4dcf65608d3fe4 Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 15 Dec 2021 17:20:26 +0100 Subject: [PATCH] update --- PlexAutoCollectionUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index 4258dcd..ddda09e 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -115,6 +115,6 @@ def UpdateYAML(configFile): Config.PlexAutoCollectionConfigFileImagesPath + f"/{collection.MovieTMDbCollectionName}/poster.jpeg") UpdateYAML(Config.PlexAutoCollectionConfigFilePath) -UpdateYAML(Config.PlexAutoCollectionConfigFilePath4K) +#UpdateYAML(Config.PlexAutoCollectionConfigFilePath4K) logger.info(f"All collections have been updated in plex...") \ No newline at end of file