From bda3bcd67134885d08b20fd93825cdf122ee6c8a Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 15 Dec 2021 18:09:24 +0100 Subject: [PATCH] update --- PlexAutoCollectionUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlexAutoCollectionUpdater.py b/PlexAutoCollectionUpdater.py index 96bc2ab..b3f4cd1 100644 --- a/PlexAutoCollectionUpdater.py +++ b/PlexAutoCollectionUpdater.py @@ -28,7 +28,7 @@ def MovieCollectionList(library): MoviesList = [] - logger.info(f"Retrieving {len(plexMoviesLibrary)} Movies from Plex and Updating TMDb information...") + logger.info(f"Retrieving {len(plexMoviesLibrary)} Movies from Plex {library} library and Updating TMDb information...") for item in plexMoviesLibrary: movie = UpdatedMovie()