diff --git a/frontend/src/pages/Episodes/index.tsx b/frontend/src/pages/Episodes/index.tsx index 8075e77a1..69a8d67e8 100644 --- a/frontend/src/pages/Episodes/index.tsx +++ b/frontend/src/pages/Episodes/index.tsx @@ -19,6 +19,7 @@ import { faHdd, faSearch, faSync, + faTriangleExclamation, faWrench, } from "@fortawesome/free-solid-svg-icons"; import { Table as TableInstance } from "@tanstack/table-core/build/lib/types"; @@ -62,6 +63,10 @@ const SeriesEpisodesView: FunctionComponent = () => { icon: faHdd, text: `${series?.episodeFileCount} files`, }, + { + icon: faTriangleExclamation, + text: `${series?.episodeMissingCount} missing subtitles`, + }, { icon: faAdjust, text: series?.seriesType ?? "",