NuvioStreaming/composeApp
VenusIsJaded fca06204e0 fix(details): keep addon IMDb rating instead of TMDB score
When a metadata addon (e.g. aiometadata) supplies a genuine IMDb rating,
the TMDB enrichment on the details page was overwriting it with TMDB's
vote_average because the copy() preferred enrichment.rating over the
existing value. This made the IMDb placeholder display the TMDB score on
mobile, even though the addon provided IMDb ratings (the TV version was
already correct).

Invert the precedence so the addon-provided imdbRating is kept and TMDB's
vote_average is only used as a fallback when no rating was supplied.

Fixes #1377
2026-06-22 06:37:24 -05:00
..
libs build: update quickjs-kt library AAR with JNI optimizations and leak fixes 2026-06-14 13:19:41 +03:00
src fix(details): keep addon IMDb rating instead of TMDB score 2026-06-22 06:37:24 -05:00
build.gradle.kts refactor: update Coil dependencies to exclude skiko module 2026-06-19 16:29:25 +05:30
proguard-rules.pro bump version 2026-06-20 19:42:32 +05:30