mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 13:25:49 +08:00
@@ -62,7 +62,7 @@ class SearchVideoController
|
||||
return false;
|
||||
}
|
||||
|
||||
Future<void> onPushDetail(resultList) async {
|
||||
void onPushDetail(resultList) {
|
||||
try {
|
||||
int? aid = int.tryParse(keyword);
|
||||
if (aid != null && resultList.first.aid == aid) {
|
||||
|
||||
Reference in New Issue
Block a user