mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 16:16:14 +08:00
update live roomid
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -94,6 +94,9 @@ class LiveRoomController extends GetxController {
|
||||
_dialog(title: '当前直播间未开播');
|
||||
return;
|
||||
}
|
||||
if (data.roomId != null) {
|
||||
roomId = data.roomId!;
|
||||
}
|
||||
isPortrait.value = data.isPortrait ?? false;
|
||||
List<CodecItem> codec =
|
||||
data.playurlInfo!.playurl!.stream!.first.format!.first.codec!;
|
||||
|
||||
Reference in New Issue
Block a user