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, ), ), ),