mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix Playlist show
This commit is contained in:
parent
701e301d48
commit
d5c9cf07bd
1 changed files with 2 additions and 0 deletions
|
@ -5,11 +5,13 @@ import DynamicMenuIcon from '../layout/DynamicMenuIcon'
|
|||
import PlaylistList from './PlaylistList'
|
||||
import PlaylistEdit from './PlaylistEdit'
|
||||
import PlaylistCreate from './PlaylistCreate'
|
||||
import PlaylistShow from './PlaylistShow'
|
||||
|
||||
export default {
|
||||
list: PlaylistList,
|
||||
create: PlaylistCreate,
|
||||
edit: PlaylistEdit,
|
||||
show: PlaylistShow,
|
||||
icon: (
|
||||
<DynamicMenuIcon
|
||||
path={'playlist'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue