From 39323b22b18d7b6f0cfa4cf370af808bed8b3f0f Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 8 Dec 2021 12:19:35 +0100 Subject: [PATCH] update --- plexAutoCollectionUpdater.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexAutoCollectionUpdater.py b/plexAutoCollectionUpdater.py index e9ed66c..2d4a277 100644 --- a/plexAutoCollectionUpdater.py +++ b/plexAutoCollectionUpdater.py @@ -69,4 +69,5 @@ for id in TMDbCollection: MovieCollectionFinal.append(tmdbCollection.details(id)) for movie in MovieCollectionFinal: - print(movie.name) \ No newline at end of file + nameLength = len(movie) + print(movie.name[:nameLength - 7]) \ No newline at end of file