1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-18 20:20:40 +00:00
This commit is contained in:
morpheus65535 2021-03-26 06:44:28 -04:00
parent 75de2c7759
commit 2487c682b3

View file

@ -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) => {