- updated dtos

- added inAlbums to search builder
- only check isNotInAlbum if albumIds is blank/empty
This commit is contained in:
CJPeckover
2025-06-06 15:49:52 -04:00
parent 737fedd527
commit fb1d3bd7f4
4 changed files with 46 additions and 2 deletions
+21
View File
@@ -10824,6 +10824,13 @@
},
"MetadataSearchDto": {
"properties": {
"albumIds": {
"items": {
"format": "uuid",
"type": "string"
},
"type": "array"
},
"checksum": {
"type": "string"
},
@@ -11743,6 +11750,13 @@
},
"RandomSearchDto": {
"properties": {
"albumIds": {
"items": {
"format": "uuid",
"type": "string"
},
"type": "array"
},
"city": {
"nullable": true,
"type": "string"
@@ -12780,6 +12794,13 @@
},
"SmartSearchDto": {
"properties": {
"albumIds": {
"items": {
"format": "uuid",
"type": "string"
},
"type": "array"
},
"city": {
"nullable": true,
"type": "string"