From 62415550df561f3cfd983d4164ce5684c285fcc6 Mon Sep 17 00:00:00 2001 From: chrisk325 Date: Thu, 29 Jan 2026 19:52:09 +0530 Subject: [PATCH] small workaround until the full rework for imdb logo --- src/components/metadata/RatingsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/metadata/RatingsSection.tsx b/src/components/metadata/RatingsSection.tsx index 53f1ccd6..2e3ee5e2 100644 --- a/src/components/metadata/RatingsSection.tsx +++ b/src/components/metadata/RatingsSection.tsx @@ -163,7 +163,7 @@ export const RatingsSection: React.FC = ({ imdbId, type }) imdb: { name: 'IMDb', icon: { uri: IMDb_LOGO }, - isImage: false, + isImage: true, color: '#F5C518', transform: (value: number) => value.toFixed(1) },