This commit is contained in:
stax76
2023-12-23 10:20:57 +01:00
parent 3e4ea03437
commit 764f00ed3a
6 changed files with 64 additions and 96 deletions

View File

@@ -452,7 +452,7 @@ public class MainPlayer : MpvClient
files.Add(arg);
LoadFiles(files.ToArray(), !App.Queue, false || App.Queue);
LoadFiles(files.ToArray(), !App.Queue, App.Queue);
if (App.CommandLine.Contains("--shuffle"))
{