#321 new auto-play option

This commit is contained in:
Frank Skare
2021-09-16 16:02:59 +02:00
parent a3b6af9f22
commit 33cd881ae6
5 changed files with 36 additions and 20 deletions

View File

@@ -388,7 +388,7 @@ namespace mpvnet
Action = () => {
Core.SetPropertyInt("playlist-pos", index);
if (Core.Paused)
if (App.AutoPlay && Core.Paused)
Core.SetPropertyBool("pause", false);
}
};