auto-load-folder threading stability

This commit is contained in:
stax76
2022-05-22 15:49:25 +02:00
parent e8baa21d42
commit 6fc546c69c
3 changed files with 1 additions and 13 deletions

View File

@@ -1156,9 +1156,6 @@ namespace mpvnet
if (string.IsNullOrEmpty(GetPropertyString("path")))
SetPropertyInt("playlist-pos", 0);
if (loadFolder && !append)
App.RunTask(() => LoadFolder());
}
public void LoadISO(string path)