mod: history

This commit is contained in:
guozhigq
2023-08-20 15:26:10 +08:00
parent 83341cd62b
commit 7bb7159d48
3 changed files with 19 additions and 17 deletions

View File

@ -121,7 +121,7 @@ class HisListItem {
viewAt = json['view_at'];
progress = json['progress'];
badge = json['badge'];
showTitle = json['show_title'];
showTitle = json['show_title'] == '' ? null : json['show_title'];
duration = json['duration'];
current = json['current'];
total = json['total'];