mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add card/table types for album artists
This commit is contained in:
parent
6fddea552d
commit
4745c4a42d
3 changed files with 58 additions and 0 deletions
|
|
@ -133,7 +133,9 @@ export type AdvancedFilterGroup = {
|
|||
export enum TableColumn {
|
||||
ALBUM = 'album',
|
||||
ALBUM_ARTIST = 'albumArtist',
|
||||
ALBUM_COUNT = 'albumCount',
|
||||
ARTIST = 'artist',
|
||||
BIOGRAPHY = 'biography',
|
||||
BIT_RATE = 'bitRate',
|
||||
BPM = 'bpm',
|
||||
CHANNELS = 'channels',
|
||||
|
|
@ -149,6 +151,7 @@ export enum TableColumn {
|
|||
RATING = 'rating',
|
||||
RELEASE_DATE = 'releaseDate',
|
||||
ROW_INDEX = 'rowIndex',
|
||||
SONG_COUNT = 'songCount',
|
||||
// SKIP = 'skip',
|
||||
TITLE = 'title',
|
||||
TITLE_COMBINED = 'titleCombined',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue