fix: better posters and item screen

This commit is contained in:
Fredrik Burmester
2024-08-26 19:47:02 +02:00
parent 07c5c21599
commit 3047367ba6
29 changed files with 534 additions and 302 deletions

View File

@@ -17,7 +17,7 @@ const routes = [
"artists/index",
"artists/[artistId]",
"collections/[collectionId]",
"items/[id]",
"items/page",
"songs/[songId]",
"series/[id]",
];