add bitDepth, sampleRate columns to table (#1205)

This commit is contained in:
jeffvli
2025-12-07 19:41:03 -08:00
parent bd8503b25d
commit 4f4300042b
6 changed files with 67 additions and 1 deletions
+2
View File
@@ -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',