mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-10 03:57:39 +08:00
fix: add auth header
This commit is contained in:
@@ -46,6 +46,7 @@ class _SearchPageState extends ConsumerState<SearchPage> {
|
|||||||
child: Image.network(
|
child: Image.network(
|
||||||
"${APIs.tmdbImgBaseUrl}${item.posterPath}",
|
"${APIs.tmdbImgBaseUrl}${item.posterPath}",
|
||||||
fit: BoxFit.contain,
|
fit: BoxFit.contain,
|
||||||
|
headers: APIs.authHeaders,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user