From 8a275a5114f93019c4be09ae26b745f4d5a0eb7f Mon Sep 17 00:00:00 2001 From: Simon Ding Date: Tue, 16 Jul 2024 16:31:47 +0800 Subject: [PATCH] fix: add auth header --- ui/lib/search.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/lib/search.dart b/ui/lib/search.dart index 8b04861..d3809a7 100644 --- a/ui/lib/search.dart +++ b/ui/lib/search.dart @@ -46,6 +46,7 @@ class _SearchPageState extends ConsumerState { child: Image.network( "${APIs.tmdbImgBaseUrl}${item.posterPath}", fit: BoxFit.contain, + headers: APIs.authHeaders, ), ), ),