add date picker operators to smart playlist

This commit is contained in:
jeffvli
2025-11-29 16:31:10 -08:00
parent 6094a520e2
commit a6945bc1f3
4 changed files with 186 additions and 8 deletions
@@ -192,6 +192,9 @@ export const NDSongQueryDateOperators = [
{ label: 'is in the last', value: 'inTheLast' },
{ label: 'is not in the last', value: 'notInTheLast' },
{ label: 'is in the range', value: 'inTheRange' },
{ label: 'is before (date)', value: 'beforeDate' },
{ label: 'is after (date)', value: 'afterDate' },
{ label: 'is in the range (date)', value: 'inTheRangeDate' },
];
export const NDSongQueryStringOperators = [