diff --git a/frontend/src/pages/Stats.jsx b/frontend/src/pages/Stats.jsx index f6ec1392..6ee7b130 100644 --- a/frontend/src/pages/Stats.jsx +++ b/frontend/src/pages/Stats.jsx @@ -613,13 +613,13 @@ const ChannelCard = ({ )} {channel.ffmpeg_speed && ( - + = 1.0 ? "green" : "red"} > - {channel.ffmpeg_speed}x + {parseFloat(channel.ffmpeg_speed).toFixed(2)}x )}