mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-01-05 00:35:49 +00:00
chore(server) Add user FK to album entity (#1569)
This commit is contained in:
@@ -3343,8 +3343,7 @@
|
||||
"isFavorite",
|
||||
"mimeType",
|
||||
"duration",
|
||||
"webpPath",
|
||||
"tags"
|
||||
"webpPath"
|
||||
]
|
||||
},
|
||||
"AlbumResponseDto": {
|
||||
@@ -3386,6 +3385,9 @@
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/AssetResponseDto"
|
||||
}
|
||||
},
|
||||
"owner": {
|
||||
"$ref": "#/components/schemas/UserResponseDto"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user