Describe the bug
A new Mpv window will automatically open when playing audio with cover art
To Reproduce
var player = new MpvPlayer(MpvLibPath);
player.Load(url); //url: A url to the audio with the cover
player.MediaLoaded += (object sender,EventArgs e)=>{ player.Resume(); };
Expected behavior
Don't open a new window while playing audio
Mpv.NET (lib) Version 1.2.0
Describe the bug A new Mpv window will automatically open when playing audio with cover art
To Reproduce
Expected behavior Don't open a new window while playing audio
Screenshots