mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
opt: live: show emoticon_unique
This commit is contained in:
@@ -58,9 +58,12 @@ class LiveRoomController extends GetxController {
|
||||
);
|
||||
}
|
||||
|
||||
bool? isPortrait;
|
||||
|
||||
Future queryLiveInfo() async {
|
||||
var res = await LiveHttp.liveRoomInfo(roomId: roomId, qn: 10000);
|
||||
if (res['status']) {
|
||||
isPortrait = res['data'].isPortrait;
|
||||
List<CodecItem> codec =
|
||||
res['data'].playurlInfo.playurl.stream.first.format.first.codec;
|
||||
CodecItem item = codec.first;
|
||||
|
||||
Reference in New Issue
Block a user