diff options
author | morpheus65535 <[email protected]> | 2021-03-26 06:44:28 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2021-03-26 06:44:28 -0400 |
commit | 2487c682b3f852eb4e6f54ab4dc2ee68f0302cf9 (patch) | |
tree | fd522bb37fc1bea7519ff4d65aa8540c4f98d9af /frontend | |
parent | 75de2c7759b699f7c708044c459653edd04a1862 (diff) | |
download | bazarr-2487c682b3f852eb4e6f54ab4dc2ee68f0302cf9.tar.gz bazarr-2487c682b3f852eb4e6f54ab4dc2ee68f0302cf9.zip |
Fixed #1340
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/src/Movies/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/Movies/index.tsx b/frontend/src/Movies/index.tsx index a11e3f0ce..2a83de364 100644 --- a/frontend/src/Movies/index.tsx +++ b/frontend/src/Movies/index.tsx @@ -91,6 +91,7 @@ const MovieView: FunctionComponent<Props> = () => { }, }, { + Header: "Missing Subtitles", accessor: "missing_subtitles", selectHide: true, Cell: (row) => { |