update part media item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-06 20:10:19 +08:00
parent 05119edacb
commit eb9f3cd21c
3 changed files with 23 additions and 6 deletions

View File

@@ -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']);