mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
Fix for movies manual upload not getting indexed after upload.
This commit is contained in:
parent
d1a94638e1
commit
657962fbb2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue