mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
add artist list
This commit is contained in:
parent
14e9f6ac41
commit
e84a4b20bc
22 changed files with 1369 additions and 192 deletions
|
|
@ -3,8 +3,8 @@ import { useGeneralSettings, useSettingsStoreActions } from '/@/renderer/store';
|
|||
|
||||
const SIDEBAR_ITEMS: Array<[string, string]> = [
|
||||
['Albums', 'page.sidebar.albums'],
|
||||
['Artists', 'page.sidebar.artists'],
|
||||
['Folders', 'page.sidebar.folders'],
|
||||
['Artists', 'page.sidebar.albumArtists'],
|
||||
['Artists-all', 'page.sidebar.artists'],
|
||||
['Genres', 'page.sidebar.genres'],
|
||||
['Home', 'page.sidebar.home'],
|
||||
['Now Playing', 'page.sidebar.nowPlaying'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue