This commit is contained in:
Gregory Salaun 2021-12-15 18:09:24 +01:00
parent f697e978d3
commit bda3bcd671

View File

@ -28,7 +28,7 @@ def MovieCollectionList(library):
MoviesList = [] 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: for item in plexMoviesLibrary:
movie = UpdatedMovie() movie = UpdatedMovie()