updated VideoHasStream to allow for float inputs

This commit is contained in:
John Andrews
2022-06-06 16:11:14 +12:00
parent ba3e115ba0
commit e47e795816
15 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -44,7 +44,7 @@ public class VideoHasStream : VideoNode
public string Language { get; set; }
[ConditionEquals(nameof(Stream), "Audio")]
[NumberInt(5)]
[NumberFloat(5)]
public float Channels { get; set; }
public override int Execute(NodeParameters args)