diff --git a/src/routes/tools/map-pack-discovery/+page.svelte b/src/routes/tools/map-pack-discovery/+page.svelte index 4e181d3..595d01d 100644 --- a/src/routes/tools/map-pack-discovery/+page.svelte +++ b/src/routes/tools/map-pack-discovery/+page.svelte @@ -206,26 +206,26 @@ function togglePlaylist(id: number) { {/if} -
+
{#each playlists as playlist (playlist.playlistId)} -
- - + {#if state.total === 0} No songs {:else} @@ -314,7 +314,7 @@ function togglePlaylist(id: number) {
{/if} {:else} -
No songs found.
+
No songs found.
{/if}
{/if} @@ -336,18 +336,30 @@ function togglePlaylist(id: number) {