diff options
Diffstat (limited to 'frontend/src/Movies/index.tsx')
-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) => { |