diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index 0f510e2..c8ba6be 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -103,6 +103,7 @@ def UpdateYAML(configFile, MovieListFinal): 'template': { 'name': 'Movie', 'collection': collection.MovieTMDbCollectionTMDbId, + 'summary': collection.MovieTMDbCollectionTMDbId, # 'file_poster': Config.PlexAutoCollectionConfigFileImagesPath + f"/{collection.MovieTMDbCollectionName}" + "/poster.jpg" }}}