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)