This commit is contained in:
Gregory Salaun 2021-12-08 22:39:56 +01:00
parent c7c739c26a
commit 294a8e7edf

View File

@ -47,8 +47,8 @@ for item in plexMoviesLibrary.search():
# Add movie to the list of Movies
if movie.MovieTMDbCollectionTMDbId:
print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: CollectionUpdater :: Adding movie {movie.TMDbTitle} from collection {movie.MovieTMDbCollectionName} to the list.")
MoviesList.append(movie)
print(f":: {dt.now().strftime('%d-%m-%Y %H:%M:%S')} :: CollectionUpdater :: Retrieved Movies from Plex and Updated TMDb information for {len(MoviesList)} movies...")
i = 0
count = 0