mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
move setLocale and add comment
This commit is contained in:
parent
b430f5188b
commit
439b7fe3be
6 changed files with 41 additions and 20 deletions
4
mobile/openapi/lib/model/album_response_dto.dart
generated
4
mobile/openapi/lib/model/album_response_dto.dart
generated
|
|
@ -54,7 +54,7 @@ class AlbumResponseDto {
|
|||
/// Album description
|
||||
String description;
|
||||
|
||||
/// End date (latest asset)
|
||||
/// UTC representation of (local) end date (latest asset)
|
||||
///
|
||||
/// Please note: This property should have been non-nullable! Since the specification file
|
||||
/// does not include a default value (using the "default:" property), however, the generated
|
||||
|
|
@ -92,7 +92,7 @@ class AlbumResponseDto {
|
|||
/// Is shared album
|
||||
bool shared;
|
||||
|
||||
/// Start date (earliest asset)
|
||||
/// UTC representation of (local) start date (earliest asset)
|
||||
///
|
||||
/// Please note: This property should have been non-nullable! Since the specification file
|
||||
/// does not include a default value (using the "default:" property), however, the generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue