1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

fix(server): Allow negative rating (for rejected images) (#15699)

Allow negative rating (for rejected images)
This commit is contained in:
Christian Kündig
2025-01-28 04:54:29 +01:00
committed by GitHub
parent f44669447f
commit fe1e09e51f
7 changed files with 31 additions and 6 deletions

View File

@ -67,7 +67,7 @@ class AssetBulkUpdateDto {
///
num? longitude;
/// Minimum value: 0
/// Minimum value: -1
/// Maximum value: 5
///
/// Please note: This property should have been non-nullable! Since the specification file

View File

@ -73,7 +73,7 @@ class UpdateAssetDto {
///
num? longitude;
/// Minimum value: 0
/// Minimum value: -1
/// Maximum value: 5
///
/// Please note: This property should have been non-nullable! Since the specification file