Compare commits

...
Author SHA1 Message Date
timothyandClaude Opus 4.8 0e0ab39ecb style(310): strip UTF-8 BOM from the legacy .cs files #269 touched (charset=utf-8)
Build ErsatzTV Image / CI image pin matches docker/ci (pull_request) Successful in 6s
Build ErsatzTV Image / Docs update reminder (pull_request) Successful in 8s
Build ErsatzTV Image / decisions.md append-only (pull_request) Successful in 15s
Build ErsatzTV Image / API docs in sync (OpenAPI + endpoint index) (pull_request) Successful in 20s
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 7m29s
Build ErsatzTV Image / Formatting (changed .cs conform to .editorconfig) (pull_request) Successful in 2m18s
Build ErsatzTV Image / Functional E2E (curl contracts) (pull_request) Successful in 13m56s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 18m56s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Has been skipped
fixes #310

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-18 16:34:00 +02:00
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
using System.Threading.Channels;
using System.Threading.Channels;
using ErsatzTV.Application.Playouts;
using ErsatzTV.Application.Search;
using ErsatzTV.Core;
@@ -1,4 +1,4 @@
using System.Threading.Channels;
using System.Threading.Channels;
using ErsatzTV.Application.Playouts;
using ErsatzTV.Core;
using ErsatzTV.Core.Domain;