Fix libmpv API changes

This commit is contained in:
stax76
2021-12-19 18:40:34 +01:00
parent b807ad8002
commit b38bfd9c65
5 changed files with 29 additions and 71 deletions

View File

@@ -203,10 +203,6 @@ namespace mpvnet
Core.FileLoadedAsync += () => Event.Invoke("file-loaded", null);
break;
case "idle":
Core.IdleAsync += () => Event.Invoke("idle", null);
break;
case "video-reconfig":
Core.VideoReconfigAsync += () => Event.Invoke("video-reconfig", null);
break;