Merge pull request #449 from chrisk325/patch-13

small workaround until the full rework for imdb logo
This commit is contained in:
Nayif 2026-01-30 19:37:05 +05:30 committed by GitHub
commit 58a2dec385
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -163,7 +163,7 @@ export const RatingsSection: React.FC<RatingsSectionProps> = ({ imdbId, type })
imdb: {
name: 'IMDb',
icon: { uri: IMDb_LOGO },
isImage: false,
isImage: true,
color: '#F5C518',
transform: (value: number) => value.toFixed(1)
},