fix parse live dyn

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-06 17:13:17 +08:00
parent b6de7ef40d
commit e02835ddc4

View File

@@ -1483,7 +1483,7 @@ class DynamicLive2Model {
descSecond = json['desc_second'];
id = json['id'];
jumpUrl = json['jump_url'];
liveState = json['liv_state'];
liveState = json['live_state'];
reserveType = json['reserve_type'];
title = json['title'];
}