diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index 505beb7..96bc2ab 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -120,6 +120,6 @@ MovieListFinal = MovieCollectionList('Movies') UpdateYAML(Config.PlexAutoCollectionConfigFilePath, MovieListFinal) MovieListFinal = MovieCollectionList('4K Movies') -UpdateYAML(Config.PlexAutoCollectionConfigFilePath4K) +UpdateYAML(Config.PlexAutoCollectionConfigFilePath4K, MovieListFinal) logger.info(f"All collections have been updated in plex...") \ No newline at end of file