mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web-src] Add index button list to genre album/tracks page and generate index-id-tag in ListItemXXX
This commit is contained in:
@@ -112,13 +112,13 @@ export const router = new VueRouter({
|
||||
path: '/music/genres/:genre',
|
||||
name: 'Genre',
|
||||
component: PageGenre,
|
||||
meta: { show_progress: true }
|
||||
meta: { show_progress: true, has_index: true }
|
||||
},
|
||||
{
|
||||
path: '/music/genres/:genre/tracks',
|
||||
name: 'GenreTracks',
|
||||
component: PageGenreTracks,
|
||||
meta: { show_progress: true }
|
||||
meta: { show_progress: true, has_index: true }
|
||||
},
|
||||
{
|
||||
path: '/podcasts',
|
||||
|
||||
Reference in New Issue
Block a user