change minimum-aspect-ratio default value to 0

This commit is contained in:
stax76
2022-06-07 23:00:10 +02:00
parent 572257b645
commit 2257af6294
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ namespace mpvnet
public static int StartThreshold { get; set; } = 1500;
public static int RecentCount { get; set; } = 15;
public static float MinimumAspectRatio { get; set; } = 1;
public static float MinimumAspectRatio { get; set; }
public static float QuickBookmark { get; set; }
public static Extension Extension { get; set; }