mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
keep allowing 0 and convert to null internally
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ class AssetBulkUpdateDto {
|
||||
|
||||
/// Rating in range [1-5], or null for unrated
|
||||
///
|
||||
/// Minimum value: 1
|
||||
/// Minimum value: 0
|
||||
/// Maximum value: 5
|
||||
int? rating;
|
||||
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ class UpdateAssetDto {
|
||||
|
||||
/// Rating in range [1-5], or null for unrated
|
||||
///
|
||||
/// Minimum value: 1
|
||||
/// Minimum value: 0
|
||||
/// Maximum value: 5
|
||||
int? rating;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user