From 657962fbb241daf5ebc433efb179c6342a3652dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 25 Mar 2020 16:15:47 -0400 Subject: [PATCH] Fix for movies manual upload not getting indexed after upload. --- bazarr/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazarr/main.py b/bazarr/main.py index 853b337fc..f96b1e810 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -2007,7 +2007,7 @@ def perform_manual_upload_subtitle_movie(): forced=forced, title=title, scene_name=sceneName, - media_type='series', + media_type='movie', subtitle=upload) if result is not None: