using media info by default

This commit is contained in:
stax76
2022-06-04 00:27:17 +02:00
parent 2e2562fefc
commit 2af13e995f
4 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ namespace mpvnet
public static bool DebugMode { get; set; }
public static bool Exit { get; set; }
public static bool IsTerminalAttached { get; } = Environment.GetEnvironmentVariable("_started_from_console") == "yes";
public static bool MediaInfo { get; set; }
public static bool MediaInfo { get; set; } = true;
public static bool Queue { get; set; }
public static bool RememberVolume { get; set; } = true;
public static bool RememberWindowPosition { get; set; }