diff --git a/src/shared/api/navidrome/navidrome-types.ts b/src/shared/api/navidrome/navidrome-types.ts index 2d13bd5eb..a682710f2 100644 --- a/src/shared/api/navidrome/navidrome-types.ts +++ b/src/shared/api/navidrome/navidrome-types.ts @@ -98,6 +98,7 @@ export const NDSongQueryFields = [ { label: 'Channels', type: 'number', value: 'channels' }, { label: 'Comment', type: 'string', value: 'comment' }, { label: 'Composer', type: 'string', value: 'composer' }, + { label: 'Codec', type: 'string', value: 'codec' }, { label: 'Conductor', type: 'string', value: 'conductor' }, { label: 'Copyright', type: 'string', value: 'copyright' }, { label: 'Date Added', type: 'date', value: 'dateadded' }, @@ -129,6 +130,7 @@ export const NDSongQueryFields = [ { label: 'Lyricist', type: 'string', value: 'lyricist' }, { label: 'Lyrics', type: 'string', value: 'lyrics' }, { label: 'Media', type: 'string', value: 'media' }, + { label: 'Missing', type: 'boolean', value: 'missing' }, { label: 'Mixer', type: 'string', value: 'mixer' }, { label: 'Mood', type: 'string', value: 'mood' }, { label: 'Movement', type: 'string', value: 'movement' }, @@ -176,6 +178,7 @@ export const NDSongQueryFields = [ { label: 'ReplayGain Track Peak', type: 'number', value: 'replaygain_track_peak' }, { label: 'Remixer', type: 'string', value: 'remixer' }, { label: 'Script', type: 'string', value: 'script' }, + { label: 'Sample Rate', type: 'number', value: 'sampleRate' }, { label: 'Size', type: 'number', value: 'size' }, { label: 'Sort Album', type: 'string', value: 'albumsort' }, { label: 'Sort Album Artist', type: 'string', value: 'albumartistsort' },