mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 17:16:29 +08:00
update part media item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -136,11 +136,7 @@ class LiveRoomController extends GetxController {
|
||||
if (res['status']) {
|
||||
RoomInfoH5Data data = res['data'];
|
||||
roomInfoH5.value = data;
|
||||
videoPlayerServiceHandler.onVideoDetailChange(
|
||||
data,
|
||||
roomId,
|
||||
heroTag,
|
||||
);
|
||||
videoPlayerServiceHandler.onVideoDetailChange(data, roomId, heroTag);
|
||||
} else {
|
||||
if (res['msg'] != null) {
|
||||
_showDialog(res['msg']);
|
||||
|
||||
Reference in New Issue
Block a user