mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
fix save reply
opt profile page Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -4,7 +4,7 @@ class VideoRelation {
|
||||
bool? seasonFav;
|
||||
bool? like;
|
||||
bool? dislike;
|
||||
int? coin;
|
||||
num? coin;
|
||||
|
||||
VideoRelation({
|
||||
this.attention,
|
||||
@@ -21,6 +21,6 @@ class VideoRelation {
|
||||
seasonFav: json['season_fav'] as bool?,
|
||||
like: json['like'] as bool?,
|
||||
dislike: json['dislike'] as bool?,
|
||||
coin: json['coin'] as int?,
|
||||
coin: json['coin'] as num?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user