mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-02 23:51:07 +08:00
fix
This commit is contained in:
@@ -186,7 +186,7 @@ class MediaDetail {
|
||||
storageId = json["storage_id"];
|
||||
airDate = json["air_date"];
|
||||
monitoredNum = json["monitored_num"]??0;
|
||||
downloadedNum = json["download_num"]??0;
|
||||
downloadedNum = json["downloaded_num"]??0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -59,9 +59,10 @@ class WelcomePage extends ConsumerWidget {
|
||||
SizedBox(
|
||||
width: 140,
|
||||
height: 210,
|
||||
child: Ink.image(image: NetworkImage(
|
||||
"${APIs.imagesUrl}/${item.id}/poster.jpg",
|
||||
)) ,
|
||||
child: Ink.image(
|
||||
image: NetworkImage(
|
||||
"${APIs.imagesUrl}/${item.id}/poster.jpg",
|
||||
)),
|
||||
),
|
||||
SizedBox(
|
||||
width: 140,
|
||||
|
||||
Reference in New Issue
Block a user