From 6273c4e466f35d293dc7092ca4fba00d5c8ce35d Mon Sep 17 00:00:00 2001 From: rouggy Date: Mon, 21 Nov 2022 16:50:34 +0700 Subject: [PATCH] update --- PlexAutoCollectionUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index c502970..77f3e53 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -103,7 +103,7 @@ def UpdateYAML(configFile, MovieListFinal): 'template': { 'name': 'Movie', 'collection': collection.MovieTMDbCollectionTMDbId, - 'summary': collection.MovieTMDbCollectionTMDbId + # 'file_poster': Config.PlexAutoCollectionConfigFileImagesPath + f"/{collection.MovieTMDbCollectionName}" + "/poster.jpg" }}} currentYaml['collections'].update(new_col1)