fix(player): wait for mpv subtitles after load

close #1331
This commit is contained in:
edde746
2026-06-13 23:52:19 +02:00
parent c39b5a5cf1
commit f3cb508649
11 changed files with 235 additions and 56 deletions
+1
View File
@@ -388,6 +388,7 @@ abstract class PlayerBase with PlayerStreamControllersMixin implements Player {
case 'file-loaded':
_state = _state.copyWith(completed: false);
completedController.add(false);
fileLoadedController.add(null);
break;
case 'playback-restart':