diff --git a/src/routes/library/+page.svelte b/src/routes/library/+page.svelte index 3817a58..7480d45 100644 --- a/src/routes/library/+page.svelte +++ b/src/routes/library/+page.svelte @@ -65,15 +65,15 @@ } -
+

Library

{#if loading} -

Loading library...

+

Loading library...

{:else if error} -

{error}

+

{error}

{:else if artists.length === 0 && albums.length === 0} -

No music found in your music folder.

+

No music found in your music folder.

{:else}
@@ -173,12 +173,23 @@