json copying
🏗️ Build Plugin / build (push) Successful in 22s
Latest Release / latest-release (push) Successful in 28s
🧪 Test Plugin / test (push) Successful in 17s
🚀 Release Plugin / build-and-release (push) Successful in 27s

debugging overlay
This commit is contained in:
2026-06-12 20:09:36 +02:00
parent abad55788d
commit 4b3b64bd7e
3 changed files with 27 additions and 11 deletions
+1
View File
@@ -37,5 +37,6 @@ public class TruthFile
/// Gets the list of actors detected in the film, each with their on-screen scene windows.
/// </summary>
[JsonPropertyName("actors")]
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
public Collection<TruthActor> Actors { get; } = new();
}