use mpvnet instead of mpv to create playlist from folder

This commit is contained in:
stax76
2022-07-08 12:20:36 +02:00
parent e970f0b4e4
commit 07809d882f
2 changed files with 33 additions and 15 deletions

View File

@@ -518,6 +518,9 @@ namespace mpvnet
Action = () => Core.SetPropertyInt("playlist-pos", index)
};
if (string.IsNullOrEmpty(item.Text))
item.Text = file;
items.Add(item);
if (currentPath.ToLowerEx() == file.ToLowerEx())