From 962309ddcb033e0032258d6badebb90415a34e3d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 19 Feb 2026 18:06:21 +0100 Subject: omdb import plugin --- ui/src/components/props.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/src/components') diff --git a/ui/src/components/props.rs b/ui/src/components/props.rs index 8f7bfc3..c11dca6 100644 --- a/ui/src/components/props.rs +++ b/ui/src/components/props.rs @@ -47,8 +47,8 @@ markup::define! { RTYP_YOUTUBE_LIKES => {p.likes{ @format_count(value as usize) " Likes" }} RTYP_YOUTUBE_VIEWS => {p{ @format_count(value as usize) " Views" }} RTYP_YOUTUBE_SUBSCRIBERS => {p{ @format_count(value as usize) " Subscribers" }} - RTYP_ROTTEN_TOMATOES => {p.rating{ @value " Tomatoes" }} - RTYP_METACRITIC if *full => {p{ "Metacritic Score: " @value }} + RTYP_ROTTEN_TOMATOES => {p.rating{ "Rotten Tomatoes: " @value "%" }} + RTYP_METACRITIC if *full => {p.rating{ "Metacritic: " @value "/100" }} RTYP_IMDB => {p.rating{ "IMDb " @value }} RTYP_TMDB => {p.rating{ "TMDB " @format!("{:.01}", value) }} RTYP_TRAKT => {p.rating{ "Trakt " @format!("{:.01}", value) }} -- cgit v1.3