- ExoPlayerPlugin: move all MPV JNI calls off main thread via runOnExecutor - WatchNextPlugin: run ContentProvider ops on IO executor with error handling - MpvPlayerCore: guard executor methods against dispose race (RejectedExecutionException) - MainActivity: fix PiP null engine NPE with safe flutterEngine?.let