mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-14 14:22:28 +03:00
Fix Playlist show
This commit is contained in:
parent
701e301d48
commit
d5c9cf07bd
@ -5,11 +5,13 @@ import DynamicMenuIcon from '../layout/DynamicMenuIcon'
|
|||||||
import PlaylistList from './PlaylistList'
|
import PlaylistList from './PlaylistList'
|
||||||
import PlaylistEdit from './PlaylistEdit'
|
import PlaylistEdit from './PlaylistEdit'
|
||||||
import PlaylistCreate from './PlaylistCreate'
|
import PlaylistCreate from './PlaylistCreate'
|
||||||
|
import PlaylistShow from './PlaylistShow'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
list: PlaylistList,
|
list: PlaylistList,
|
||||||
create: PlaylistCreate,
|
create: PlaylistCreate,
|
||||||
edit: PlaylistEdit,
|
edit: PlaylistEdit,
|
||||||
|
show: PlaylistShow,
|
||||||
icon: (
|
icon: (
|
||||||
<DynamicMenuIcon
|
<DynamicMenuIcon
|
||||||
path={'playlist'}
|
path={'playlist'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user