fix(api): address library browse review findings
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 4m3s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 4m36s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Has been skipped

refs #65

refs PR #130
This commit is contained in:
2026-07-06 07:45:39 +02:00
parent 127a130737
commit 630119f382
4 changed files with 656 additions and 13 deletions
@@ -12,7 +12,7 @@ public class LibraryBrowseController(IMediator mediator) : ControllerBase
private const int MaxPageSize = 100;
[HttpGet("/api/library/browse", Name = "BrowseLibrary")]
[Tags("Library")]
[Tags("Libraries")]
[EndpointSummary("Browse and search library items")]
[EndpointGroupName("general")]
[ProducesResponseType(typeof(PagedLibraryBrowseItemsResponseModel), StatusCodes.Status200OK)]
+1 -4
View File
@@ -1998,7 +1998,7 @@
"/api/library/browse": {
"get": {
"tags": [
"Library"
"Libraries"
],
"summary": "Browse and search library items",
"operationId": "BrowseLibrary",
@@ -7436,9 +7436,6 @@
{
"name": "Libraries"
},
{
"name": "Library"
},
{
"name": "Maintenance"
},