mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
opt live onlyPlayAudio
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -93,7 +93,11 @@ class LiveRoomController extends GetxController {
|
||||
: Pref.liveQualityCellular;
|
||||
});
|
||||
}
|
||||
var res = await LiveHttp.liveRoomInfo(roomId: roomId, qn: currentQn);
|
||||
var res = await LiveHttp.liveRoomInfo(
|
||||
roomId: roomId,
|
||||
qn: currentQn,
|
||||
onlyAudio: plPlayerController.onlyPlayAudio.value,
|
||||
);
|
||||
if (res['status']) {
|
||||
RoomPlayInfoData data = res['data'];
|
||||
if (data.liveStatus != 1) {
|
||||
|
||||
Reference in New Issue
Block a user