mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +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: '当前直播间未开播');
|
_dialog(title: '当前直播间未开播');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (data.roomId != null) {
|
||||||
|
roomId = data.roomId!;
|
||||||
|
}
|
||||||
isPortrait.value = data.isPortrait ?? false;
|
isPortrait.value = data.isPortrait ?? false;
|
||||||
List<CodecItem> codec =
|
List<CodecItem> codec =
|
||||||
data.playurlInfo!.playurl!.stream!.first.format!.first.codec!;
|
data.playurlInfo!.playurl!.stream!.first.format!.first.codec!;
|
||||||
|
|||||||
Reference in New Issue
Block a user