mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web-src] Show playlist folders
This commit is contained in:
@@ -156,12 +156,16 @@ export const router = new VueRouter({
|
||||
},
|
||||
{
|
||||
path: '/playlists',
|
||||
redirect: '/playlists/0'
|
||||
},
|
||||
{
|
||||
path: '/playlists/:playlist_id',
|
||||
name: 'Playlists',
|
||||
component: PagePlaylists,
|
||||
meta: { show_progress: true }
|
||||
},
|
||||
{
|
||||
path: '/playlists/:playlist_id',
|
||||
path: '/playlists/:playlist_id/tracks',
|
||||
name: 'Playlist',
|
||||
component: PagePlaylist,
|
||||
meta: { show_progress: true }
|
||||
|
||||
Reference in New Issue
Block a user