summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages')
-rw-r--r--frontend/src/pages/Episodes/index.tsx5
1 files changed, 5 insertions, 0 deletions
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";
@@ -63,6 +64,10 @@ const SeriesEpisodesView: FunctionComponent = () => {
text: `${series?.episodeFileCount} files`,
},
{
+ icon: faTriangleExclamation,
+ text: `${series?.episodeMissingCount} missing subtitles`,
+ },
+ {
icon: faAdjust,
text: series?.seriesType ?? "",
},