feat: sponsor block

This commit is contained in:
bggRGjQaUbCoE
2024-10-03 08:39:17 +08:00
parent 3a288e9409
commit 097b389a5b
4 changed files with 62 additions and 0 deletions

View File

@@ -1321,6 +1321,7 @@ class PlPlayerController {
var pp = _videoPlayerController!.platform as NativePlayer;
await pp.setProperty('audio-files', '');
removeListeners();
await _videoPlayerController?.stop();
await _videoPlayerController?.dispose();
_videoPlayerController = null;
}