From 3eef31762334c5c25834cf3c769dc7bae7b9e5d3 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Sun, 18 Apr 2021 23:55:55 -0400 Subject: [PATCH] Reworked the monitored status of movie detailed view. --- frontend/src/@types/api.d.ts | 1 - frontend/src/generic/ItemOverview.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/@types/api.d.ts b/frontend/src/@types/api.d.ts index 2003038b1..21dbc332f 100644 --- a/frontend/src/@types/api.d.ts +++ b/frontend/src/@types/api.d.ts @@ -109,7 +109,6 @@ namespace Item { alternativeTitles: string[]; poster: string; year: string; - monitored: boolean; }; type Series = Base & diff --git a/frontend/src/generic/ItemOverview.tsx b/frontend/src/generic/ItemOverview.tsx index 95d28b535..845c7f152 100644 --- a/frontend/src/generic/ItemOverview.tsx +++ b/frontend/src/generic/ItemOverview.tsx @@ -150,14 +150,14 @@ const ItemOverview: FunctionComponent = (props) => { - + ) : null}

{item.title}