mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-08 15:57:36 +08:00
Fixed #1340
This commit is contained in:
parent
75de2c7759
commit
2487c682b3
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ const MovieView: FunctionComponent<Props> = () => {
|
|||
},
|
||||
},
|
||||
{
|
||||
Header: "Missing Subtitles",
|
||||
accessor: "missing_subtitles",
|
||||
selectHide: true,
|
||||
Cell: (row) => {
|
||||
|
|
Loading…
Reference in a new issue