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