opt pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-05 14:57:54 +08:00
parent b960359a39
commit 707d2f4b07
66 changed files with 1165 additions and 481 deletions

View File

@@ -998,14 +998,7 @@ class PlPlayerController {
if (event.startsWith("Failed to open .") ||
event.startsWith("Cannot open") ||
event.startsWith("Can not open")) {
List list = [
if (dataSource.videoSource.isNullOrEmpty) '视频',
if (dataSource.audioSource.isNullOrEmpty) '音频',
];
if (list.isNotEmpty) {
SmartDialog.showToast('${list.join('')}源为空');
return;
}
return;
}
SmartDialog.showToast('视频加载错误, $event');
if (kDebugMode) debugPrint('视频加载错误, $event');