mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Fix a bug preventing the options to be correctly hidden on the composer pages.
Now, when using the chevron (up and down), the option menu is revealed or hidden properly.
This commit is contained in:
@@ -139,13 +139,13 @@ export const router = createRouter({
|
|||||||
path: '/music/composers/:composer/albums',
|
path: '/music/composers/:composer/albums',
|
||||||
name: 'ComposerAlbums',
|
name: 'ComposerAlbums',
|
||||||
component: PageComposer,
|
component: PageComposer,
|
||||||
meta: { show_progress: true, has_tabs: true, has_index: true }
|
meta: { show_progress: true, has_index: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/music/composers/:composer/tracks',
|
path: '/music/composers/:composer/tracks',
|
||||||
name: 'ComposerTracks',
|
name: 'ComposerTracks',
|
||||||
component: PageComposerTracks,
|
component: PageComposerTracks,
|
||||||
meta: { show_progress: true, has_tabs: true, has_index: true }
|
meta: { show_progress: true, has_index: true }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/podcasts',
|
path: '/podcasts',
|
||||||
|
|||||||
Reference in New Issue
Block a user