* mod: ui

* fix: -400

* tweaks

* update

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

* tweak [skip ci]

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

* tweak [skip ci]

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>

---------

Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2025-10-12 12:12:44 +08:00
committed by GitHub
parent 16f577f3fd
commit e44419e088
7 changed files with 194 additions and 191 deletions

View File

@@ -41,7 +41,7 @@ class AudioGrpc {
int? itemType,
PageOption? pageOpt,
Int64? extraId,
Pagination? pagination,
String? next,
int qn = 80,
int fnval = 4048,
}) {
@@ -64,7 +64,7 @@ class AudioGrpc {
),
extraId: extraId,
sortOpt: SortOption(order: ListOrder.ORDER_NORMAL),
pagination: pagination,
pagination: Pagination(pageSize: 20, next: next),
),
PlaylistResp.fromBuffer,
);