log player error instead of toast

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-25 20:22:07 +08:00
parent ba56b45038
commit 50e1f77e10

View File

@@ -1004,7 +1004,8 @@ class PlPlayerController with BlockConfigMixin {
event.startsWith("Can not open")) {
return;
}
SmartDialog.showToast('视频加载错误, $event');
Utils.reportError(event);
// SmartDialog.showToast('视频加载错误, $event');
}
}),
// controllerStream.volume.listen((event) {