[web-src] Turn "radio" into top level item and allow customization of

visible menue items
This commit is contained in:
chme
2020-08-23 08:52:46 +02:00
parent 023436c959
commit 6f4970545f
6 changed files with 99 additions and 23 deletions

View File

@@ -127,12 +127,6 @@ export const router = new VueRouter({
component: PageGenreTracks,
meta: { show_progress: true, has_index: true }
},
{
path: '/music/radio',
name: 'Radio',
component: PageRadioStreams,
meta: { show_progress: true, has_tabs: true }
},
{
path: '/podcasts',
name: 'Podcasts',
@@ -167,6 +161,12 @@ export const router = new VueRouter({
component: PageAudiobook,
meta: { show_progress: true }
},
{
path: '/radio',
name: 'Radio',
component: PageRadioStreams,
meta: { show_progress: true }
},
{
path: '/files',
name: 'Files',