mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
add bitDepth, sampleRate columns to table (#1205)
This commit is contained in:
@@ -161,6 +161,7 @@ export enum TableColumn {
|
||||
ALBUM_COUNT = 'albumCount',
|
||||
ARTIST = 'artists',
|
||||
BIOGRAPHY = 'biography',
|
||||
BIT_DEPTH = 'bitDepth',
|
||||
BIT_RATE = 'bitRate',
|
||||
BPM = 'bpm',
|
||||
CHANNELS = 'channels',
|
||||
@@ -180,6 +181,7 @@ export enum TableColumn {
|
||||
PLAYLIST_REORDER = 'playlistReorder',
|
||||
RELEASE_DATE = 'releaseDate',
|
||||
ROW_INDEX = 'rowIndex',
|
||||
SAMPLE_RATE = 'sampleRate',
|
||||
SIZE = 'size',
|
||||
SKIP = 'skip',
|
||||
SONG_COUNT = 'songCount',
|
||||
|
||||
Reference in New Issue
Block a user