From f697e978d383b76b9f553fe06055188721dacbe6 Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 15 Dec 2021 18:08:45 +0100 Subject: [PATCH] update --- PlexAutoCollectionUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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