feat: medialist: continue playing #70

Closes #70

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-31 20:33:03 +08:00
parent 098e2220cc
commit cde0ea244b
9 changed files with 260 additions and 166 deletions

View File

@@ -137,7 +137,7 @@ class SearchHttp {
}
}
static Future<int> ab2c({int? aid, String? bvid}) async {
static Future<int> ab2c({dynamic aid, dynamic bvid}) async {
Map<String, dynamic> data = {};
if (aid != null) {
data['aid'] = aid;