From 076b8a71883376f8d8b98ae21135527ddecdfcc5 Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:31:00 -0600 Subject: [PATCH] fix editing certain playouts when using mysql (#2656) --- CHANGELOG.md | 1 + ErsatzTV/Pages/ScriptedPlayoutEditor.razor | 5 ++++- ErsatzTV/Pages/SequentialPlayoutEditor.razor | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10e43b72..e9d05ad1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Work around sequential schedule validation limit (1000/hr by Newtonsoft.Json.Schema library) - Playout builds now use JsonSchema.Net library which has no validation limit - Validation tool in the UI still uses Newtonsoft.Json.Schema (with 1000/hr limit) as the error output is easier to understand +- Fix editing scripted and sequential playouts when using MySql ### Changed - Classic schedules: `Refresh` classic playouts from playout list; do not `Reset` them diff --git a/ErsatzTV/Pages/ScriptedPlayoutEditor.razor b/ErsatzTV/Pages/ScriptedPlayoutEditor.razor index 474de9736..31ea8adac 100644 --- a/ErsatzTV/Pages/ScriptedPlayoutEditor.razor +++ b/ErsatzTV/Pages/ScriptedPlayoutEditor.razor @@ -23,7 +23,10 @@