Big layout improvements, started on miniplayer

This commit is contained in:
Eclypsed
2024-01-16 02:45:27 -05:00
parent fd08867628
commit a6c65ce0cf
33 changed files with 351 additions and 176 deletions

View File

@@ -0,0 +1,8 @@
export async function load({ url }) {
const { id, service } = Object.fromEntries(url.searchParams)
return {
artistId: id,
connectionId: service,
}
}