Fix for movies manual upload not getting indexed after upload.

This commit is contained in:
Louis Vézina 2020-03-25 16:15:47 -04:00
parent d1a94638e1
commit 657962fbb2
1 changed files with 1 additions and 1 deletions

View File

@ -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: