new quick bookmark feature

This commit is contained in:
stax76
2022-05-21 08:31:06 +02:00
parent b04fb9b789
commit 0efc335232
6 changed files with 29 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ namespace mpvnet
public static int RecentCount { get; set; } = 15;
public static float MinimumAspectRatio { get; set; } = 1.2f;
public static float QuickBookmark { get; set; }
public static Extension Extension { get; set; }