mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
remove invalid detail view type for song list config
This commit is contained in:
@@ -11,7 +11,10 @@ import {
|
||||
import { PageHeader } from '/@/renderer/components/page-header/page-header';
|
||||
import { FilterBar } from '/@/renderer/features/shared/components/filter-bar';
|
||||
import { LibraryHeaderBar } from '/@/renderer/features/shared/components/library-header-bar';
|
||||
import { ListConfigMenu } from '/@/renderer/features/shared/components/list-config-menu';
|
||||
import {
|
||||
ListConfigMenu,
|
||||
SONG_DISPLAY_TYPES,
|
||||
} from '/@/renderer/features/shared/components/list-config-menu';
|
||||
import { SearchInput } from '/@/renderer/features/shared/components/search-input';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
import { Button, ButtonGroup } from '/@/shared/components/button/button';
|
||||
@@ -44,6 +47,7 @@ export const SearchHeader = ({ navigationId }: SearchHeaderProps) => {
|
||||
tableColumnsData: ALBUM_ARTIST_TABLE_COLUMNS,
|
||||
},
|
||||
[LibraryItem.SONG]: {
|
||||
displayTypes: SONG_DISPLAY_TYPES,
|
||||
listKey: ItemListKey.SONG,
|
||||
tableColumnsData: SONG_TABLE_COLUMNS,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user