From 60353c036743574c64f10bcff0c8a06461c8cafc Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Wed, 14 Jul 2021 07:15:38 -0400 Subject: [PATCH] Fixed missing subtitles language badge in movies view to show if it's forced or hi. --- frontend/src/Movies/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Movies/index.tsx b/frontend/src/Movies/index.tsx index e176446d7..a8c3f5bbe 100644 --- a/frontend/src/Movies/index.tsx +++ b/frontend/src/Movies/index.tsx @@ -9,7 +9,7 @@ import { movieUpdateByRange, movieUpdateList } from "../@redux/actions"; import { useRawMovies } from "../@redux/hooks"; import { useReduxAction } from "../@redux/hooks/base"; import { MoviesApi } from "../apis"; -import { ActionBadge, TextPopover } from "../components"; +import { ActionBadge, LanguageText, TextPopover } from "../components"; import BaseItemView from "../generic/BaseItemView"; import { BuildKey } from "../utilites"; @@ -89,7 +89,7 @@ const MovieView: FunctionComponent = () => { variant="warning" key={BuildKey(v.code2, v.hi, v.forced)} > - {v.code2} + )); },