diff --git a/src/graphics/Info.tsx b/src/graphics/Info.tsx index 57d769b..3fca76c 100644 --- a/src/graphics/Info.tsx +++ b/src/graphics/Info.tsx @@ -27,10 +27,12 @@ export function Info() { setSongInfo(newValue || {}); }); - const readingTime = + const readingTime = Math.min( ((songInfo.comment?.split(" ").filter((x) => x).length || 0) / kReadingWpm) * - 60; + 60, + 15, + ); const pauseLength = Math.max( 0,