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) },