mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-12 04:10:12 +08:00
committed by
GitHub
parent
1c19925b58
commit
199ad274b7
@@ -25,8 +25,8 @@ abstract final class AudioGrpc {
|
||||
playerArgs: PlayerArgs(
|
||||
qn: Int64(qn),
|
||||
fnval: Int64(fnval),
|
||||
forceHost: Int64(2),
|
||||
voiceBalance: Int64(1),
|
||||
forceHost: Int64.TWO,
|
||||
voiceBalance: Int64.ONE,
|
||||
),
|
||||
),
|
||||
PlayURLResp.fromBuffer,
|
||||
@@ -60,8 +60,8 @@ abstract final class AudioGrpc {
|
||||
playerArgs: PlayerArgs(
|
||||
qn: Int64(qn),
|
||||
fnval: Int64(fnval),
|
||||
forceHost: Int64(2),
|
||||
voiceBalance: Int64(1),
|
||||
forceHost: Int64.TWO,
|
||||
voiceBalance: Int64.ONE,
|
||||
),
|
||||
extraId: extraId,
|
||||
sortOpt: SortOption(order: order),
|
||||
|
||||
@@ -17,10 +17,7 @@ abstract final class SpaceGrpc {
|
||||
GrpcUrl.opusSpaceFlow,
|
||||
OpusSpaceFlowReq(
|
||||
hostMid: Int64(hostMid),
|
||||
pagination: Pagination(
|
||||
pageSize: 20,
|
||||
next: next,
|
||||
),
|
||||
pagination: Pagination(pageSize: 20, next: next),
|
||||
filterType: filterType,
|
||||
),
|
||||
OpusSpaceFlowResp.fromBuffer,
|
||||
|
||||
@@ -10,9 +10,7 @@ abstract final class ViewGrpc {
|
||||
}) {
|
||||
return GrpcReq.request(
|
||||
GrpcUrl.view,
|
||||
ViewReq(
|
||||
bvid: bvid,
|
||||
),
|
||||
ViewReq(bvid: bvid),
|
||||
ViewReply.fromBuffer,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user