fix: play all

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-27 11:24:56 +08:00
parent 8e8dc273aa
commit 329eb31387
5 changed files with 58 additions and 31 deletions

View File

@@ -517,6 +517,7 @@ class UserHttp {
required int bizId,
required int ps,
int? oid,
int otype = 2,
}) async {
var res = await Request().get(
Api.mediaList,
@@ -525,7 +526,7 @@ class UserHttp {
'type': type,
'biz_id': bizId,
'oid': oid ?? '',
'otype': 2,
'otype': otype, // video:2 // bangumi: 24
'ps': ps,
'direction': false,
'desc': true,