feat(playlists): add isMissing and isPresent operators to Navidrome smart playlist form (#2149)

This commit is contained in:
Bram Johnson
2026-06-18 12:44:58 -04:00
committed by GitHub
parent 00d9929568
commit 16e00a0f9f
3 changed files with 38 additions and 12 deletions
+2
View File
@@ -314,6 +314,8 @@
"inTheRangeDate": "Is in the range (date)",
"is": "Is",
"isNot": "Is not",
"isMissing": "Is missing",
"isPresent": "Is present",
"isGreaterThan": "Is greater than",
"isLessThan": "Is less than",
"matchesRegex": "Matches regex",