Add Difficulty ShotOrdering
All checks were successful
Tests / Tests (pull_request) Successful in 15s

This commit is contained in:
2024-12-07 14:25:08 -08:00
parent 9befbe3833
commit 7a39b4ca60
2 changed files with 14 additions and 0 deletions

View File

@@ -638,6 +638,7 @@ input GetShotsOrdering {
input ShotsOrderingComponent @oneOf {
videoCreation: DatetimeOrdering
marginOfError: FloatOrdering
difficulty: FloatOrdering
videoId: IntOrdering
startFrame: IntOrdering
runLength: IntOrdering