summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2021-03-26 06:44:28 -0400
committermorpheus65535 <[email protected]>2021-03-26 06:44:28 -0400
commit2487c682b3f852eb4e6f54ab4dc2ee68f0302cf9 (patch)
treefd522bb37fc1bea7519ff4d65aa8540c4f98d9af /frontend
parent75de2c7759b699f7c708044c459653edd04a1862 (diff)
downloadbazarr-2487c682b3f852eb4e6f54ab4dc2ee68f0302cf9.tar.gz
bazarr-2487c682b3f852eb4e6f54ab4dc2ee68f0302cf9.zip
Fixed #1340
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/Movies/index.tsx1
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) => {