chore(91b): clean up dead Blazor residue (Serilog override + stale comment)
Build ErsatzTV Image / Docs update reminder (pull_request) Successful in 8s
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 6m44s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 9m15s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Has been skipped

Codex-review nits: drop the now-inert "MudBlazor" Serilog level override in
appsettings.json (package removed) and reword the PlaylistController comment
that referenced the deleted Blazor MultiSelectBase.AddItemsToPlaylist path. No
behavior change.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-11 21:10:15 +02:00
co-authored by Claude Opus 4.8
parent 4407dd53af
commit 3c5d05908a
2 changed files with 3 additions and 4 deletions
@@ -241,8 +241,8 @@ public class PlaylistController(IMediator mediator) : ControllerBase
} }
// System (generated) playlists must not have items added. The AddItemsToPlaylistHandler // System (generated) playlists must not have items added. The AddItemsToPlaylistHandler
// also enforces this (defense-in-depth for the Blazor path, which calls the same command // also enforces this (defense-in-depth: the handler is the authoritative guard regardless
// from MultiSelectBase.AddItemsToPlaylist). // of caller).
Either<BaseError, Unit> result = await mediator.Send(request.ToCommand(id), cancellationToken); Either<BaseError, Unit> result = await mediator.Send(request.ToCommand(id), cancellationToken);
return result.ToDeletedResult(); return result.ToDeletedResult();
} }
+1 -2
View File
@@ -5,8 +5,7 @@
"Override": { "Override": {
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information", "Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information",
"Microsoft": "Warning", "Microsoft": "Warning",
"System.Net.Http.HttpClient": "Warning", "System.Net.Http.HttpClient": "Warning"
"MudBlazor": "Information"
} }
}, },
"Enrich": [ "Enrich": [