mirror of https://github.com/morpheus65535/bazarr
Fix #1769
This commit is contained in:
parent
d964f04c27
commit
4c7c240820
|
@ -92,7 +92,7 @@ function SubtitleUploadModal<T>(props: ComponentProps<T>) {
|
|||
language: initialLanguage,
|
||||
forced: false,
|
||||
hi: false,
|
||||
payload: initialRef.current,
|
||||
payload: { ...initialRef.current },
|
||||
}));
|
||||
|
||||
if (update) {
|
||||
|
|
Loading…
Reference in New Issue