mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
add bitDepth, sampleRate columns to table (#1205)
This commit is contained in:
@@ -46,6 +46,7 @@ const getRowIdFromTableColumn = (tableColumn: TableColumn): null | string => {
|
||||
[TableColumn.ALBUM_COUNT]: 'albumCount',
|
||||
[TableColumn.ARTIST]: 'artists',
|
||||
[TableColumn.BIOGRAPHY]: null,
|
||||
[TableColumn.BIT_DEPTH]: 'bitDepth',
|
||||
[TableColumn.BIT_RATE]: null,
|
||||
[TableColumn.BPM]: null,
|
||||
[TableColumn.CHANNELS]: null,
|
||||
@@ -62,8 +63,10 @@ const getRowIdFromTableColumn = (tableColumn: TableColumn): null | string => {
|
||||
[TableColumn.OWNER]: null,
|
||||
[TableColumn.PATH]: null,
|
||||
[TableColumn.PLAY_COUNT]: 'playCount',
|
||||
[TableColumn.PLAYLIST_REORDER]: null,
|
||||
[TableColumn.RELEASE_DATE]: 'releaseDate',
|
||||
[TableColumn.ROW_INDEX]: null,
|
||||
[TableColumn.SAMPLE_RATE]: 'sampleRate',
|
||||
[TableColumn.SIZE]: null,
|
||||
[TableColumn.SKIP]: null,
|
||||
[TableColumn.SONG_COUNT]: 'songCount',
|
||||
|
||||
Reference in New Issue
Block a user