mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
Merge pull request #449 from chrisk325/patch-13
small workaround until the full rework for imdb logo
This commit is contained in:
commit
58a2dec385
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue