add originalyear to smart playlist filters (#1746)

This commit is contained in:
jeffvli
2026-02-24 00:34:07 -08:00
parent ec12e89653
commit ceef7964af
3 changed files with 34 additions and 33 deletions
@@ -144,6 +144,7 @@ export const NDSongQueryFields = [
{ label: 'MusicBrainz Work Id', type: 'string', value: 'musicbrainz_workid' },
{ label: 'Name', type: 'string', value: 'title' },
{ label: 'Original Date', type: 'date', value: 'originaldate' },
{ label: 'Original Year', type: 'date', value: 'originalyear' },
{ label: 'Performer', type: 'string', value: 'performer' },
{ label: 'Play Count', type: 'number', value: 'playcount' },
{ label: 'Playlist', type: 'playlist', value: 'id' },