diff --git a/web-src/src/components/NavbarTop.vue b/web-src/src/components/NavbarTop.vue index 42f07cb0..3cea9502 100644 --- a/web-src/src/components/NavbarTop.vue +++ b/web-src/src/components/NavbarTop.vue @@ -21,7 +21,7 @@ > - + @@ -88,7 +88,7 @@ - + diff --git a/web-src/src/router/index.js b/web-src/src/router/index.js index 436a3c9f..4d21dbe4 100644 --- a/web-src/src/router/index.js +++ b/web-src/src/router/index.js @@ -188,6 +188,12 @@ export const router = createRouter({ name: 'podcasts', path: '/podcasts' }, + { + component: PageRadioStreams, + meta: { show_progress: true }, + name: 'radio', + path: '/radio' + }, { path: '/audiobooks', redirect: '/audiobooks/artists' @@ -210,12 +216,6 @@ export const router = createRouter({ component: PageAudiobooksAlbums, meta: { show_progress: true, has_tabs: true, has_index: true } }, - { - path: '/radio', - name: 'Radio', - component: PageRadioStreams, - meta: { show_progress: true } - }, { component: PageQueue, name: 'queue',