mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +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")) {
|
event.startsWith("Can not open")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
SmartDialog.showToast('视频加载错误, $event');
|
Utils.reportError(event);
|
||||||
|
// SmartDialog.showToast('视频加载错误, $event');
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
// controllerStream.volume.listen((event) {
|
// controllerStream.volume.listen((event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user