File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/routes/library/browse Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ function AlbumRecentCard(album: AlbumResponseMinimal) {
201201 < CoverArt
202202 size = "small"
203203 type = "album"
204- id = { album . id . toString ( ) }
204+ beetsId = { album . id }
205205 sx = { {
206206 height : "70px" ,
207207 width : "70px" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export default defineConfig(({ mode }) => {
1616 return {
1717 plugins : [
1818 tsconfigPaths ( ) ,
19+ TanStackRouterVite ( { autoCodeSplitting : true } ) ,
1920 // React compiler plugin for production builds
2021 isProd
2122 ? reactProd ( {
@@ -26,7 +27,6 @@ export default defineConfig(({ mode }) => {
2627 } ,
2728 } )
2829 : reactDev ( ) ,
29- TanStackRouterVite ( { autoCodeSplitting : true } ) ,
3030 svgr ( ) ,
3131 ] ,
3232 // not minifying helped when debugging in production mode
You can’t perform that action at this time.
0 commit comments