mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-06 18:17:47 +08:00
@@ -103,6 +103,6 @@ class VideoDetailData {
|
||||
staff: (json["staff"] as List?)
|
||||
?.map((item) => Staff.fromJson(item))
|
||||
.toList(),
|
||||
redirectUrl: noneNullOrEmptyString(json['redirect_url']),
|
||||
redirectUrl: nonNullOrEmptyString(json['redirect_url']),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user