fix(server/web): shared albums in map sidebar

This commit is contained in:
Yaros
2026-04-12 13:36:49 +02:00
parent bee49cef02
commit ac3eea80d2
6 changed files with 124 additions and 10 deletions
+18
View File
@@ -13656,6 +13656,15 @@
"type": "boolean"
}
},
{
"name": "withSharedAlbums",
"required": false,
"in": "query",
"description": "Include assets from shared albums",
"schema": {
"type": "boolean"
}
},
{
"name": "withStacked",
"required": false,
@@ -13832,6 +13841,15 @@
"type": "boolean"
}
},
{
"name": "withSharedAlbums",
"required": false,
"in": "query",
"description": "Include assets from shared albums",
"schema": {
"type": "boolean"
}
},
{
"name": "withStacked",
"required": false,