From 3ac6cb9d01f7f4fe75e45036c1803da448e1abf3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 2 Apr 2026 10:10:15 +0000 Subject: fix(ui): refine media list title counts --- src/lib/List/ListTitle.svelte | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/List/ListTitle.svelte b/src/lib/List/ListTitle.svelte index 0821b97c..58899661 100644 --- a/src/lib/List/ListTitle.svelte +++ b/src/lib/List/ListTitle.svelte @@ -15,12 +15,14 @@ export let hideCount = false; - {title.title} - {#if !hideCount}[{count === -1337 ? '...' : count}]{/if} - + />{/if}{/if} --> {#if !hideTime && $settings.debugShowListTimings} {time ? time.toFixed(3) : '...'}s {/if} @@ -31,3 +33,14 @@ export let hideCount = false; {/if} + + -- cgit v1.2.3