Remove default playlist page

This commit is contained in:
jeffvli
2023-12-08 08:12:09 -08:00
parent d347221be5
commit 8493668c97
10 changed files with 43 additions and 421 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ export const PLAYLIST_CARD_ROWS: { [key: string]: CardRow<Playlist> } = {
name: {
property: 'name',
route: {
route: AppRoute.PLAYLISTS_DETAIL,
route: AppRoute.PLAYLISTS_DETAIL_SONGS,
slugs: [{ idProperty: 'id', slugProperty: 'playlistId' }],
},
},