From 296a6675645605a13a2ad6147ef6b5be80f4adf9 Mon Sep 17 00:00:00 2001 From: rouggy Date: Wed, 8 Dec 2021 12:20:29 +0100 Subject: [PATCH] update --- plexAutoCollectionUpdater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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