mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
mod: ui (#1521)
* 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:
committed by
GitHub
parent
16f577f3fd
commit
e44419e088
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user