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 @@