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