use autocreate-playlist instead of auto-load-folder

This commit is contained in:
stax76
2024-10-10 13:32:19 +02:00
parent da176085cd
commit 3de72df806
4 changed files with 15 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ public class AppClass
public string CommandLine { get; set; } = Environment.CommandLine;
public string MenuSyntax { get; set; } = "#menu:";
public bool AutoLoadFolder { get; set; } = true;
public bool AutoLoadFolder { get; set; }
public bool DebugMode { get; set; }
public bool Exit { get; set; }
public bool IsTerminalAttached { get; } = Environment.GetEnvironmentVariable("_started_from_console") == "yes";