From b40dbc34b74944bde91b0cc03eae889e17b3afb6 Mon Sep 17 00:00:00 2001 From: destpstrzy Date: Fri, 24 Jan 2025 16:00:48 +0100 Subject: [PATCH] - added scan Plex library for new files after downloading subtitles --- bazarr/plex/operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/plex/operations.py b/bazarr/plex/operations.py index 12cd0f298..c1ccb513c 100644 --- a/bazarr/plex/operations.py +++ b/bazarr/plex/operations.py @@ -37,7 +37,7 @@ def plex_update_library(is_movie): # Connect to the Plex server plex = PlexServer(baseurl, token) - # Select the library to update + # Select the library type to update library_name = settings.plex.movie_library if is_movie else settings.plex.series_library library = plex.library.section(library_name)