mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
add date picker operators to smart playlist
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user