mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
log player error instead of toast
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user