|
@@ -16,10 +16,10 @@ namespace InABox.Core
|
|
|
}
|
|
|
|
|
|
[IntegerEditor(ToolTip = "Maximum video length (sec)")]
|
|
|
- public int MaximumVideoLength { get; set; }
|
|
|
+ public int MaximumVideoLength { get; set; } = 0
|
|
|
|
|
|
[EnumLookupEditor(typeof(VideoQuality))]
|
|
|
- public VideoQuality Quality { get; set; } = VideoQuality.Low;
|
|
|
+ public VideoQuality Quality { get; set; } = VideoQuality.Default;
|
|
|
|
|
|
public override string FormatValue(object? value)
|
|
|
{
|