diff --git a/plexAutoCollectionUpdater.py b/plexAutoCollectionUpdater.py index 2d4a277..ef117cf 100644 --- a/plexAutoCollectionUpdater.py +++ b/plexAutoCollectionUpdater.py @@ -70,4 +70,4 @@ for id in TMDbCollection: for movie in MovieCollectionFinal: nameLength = len(movie) - print(movie.name[:nameLength - 7]) \ No newline at end of file + print(movie.name[:nameLength - 13]) \ No newline at end of file