keep allowing 0 and convert to null internally

This commit is contained in:
Mees Frensel
2026-04-23 15:06:57 +02:00
parent 2325a359a6
commit f16a83f65b
5 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -15692,7 +15692,7 @@
"rating": {
"description": "Rating in range [1-5], or null for unrated",
"maximum": 5,
"minimum": 1,
"minimum": 0,
"nullable": true,
"type": "integer",
"x-immich-history": [
@@ -25227,7 +25227,7 @@
"rating": {
"description": "Rating in range [1-5], or null for unrated",
"maximum": 5,
"minimum": 1,
"minimum": 0,
"nullable": true,
"type": "integer",
"x-immich-history": [