mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-18 20:20:40 +00: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",
|
accessor: "missing_subtitles",
|
||||||
selectHide: true,
|
selectHide: true,
|
||||||
Cell: (row) => {
|
Cell: (row) => {
|
||||||
|
|
Loading…
Reference in a new issue