Skip to content

Commit

Permalink
fix(sonarr): fanart image requests not including headers
Browse files Browse the repository at this point in the history
  • Loading branch information
natiz authored and JagandeepBrar committed Aug 14, 2022
1 parent a501132 commit b5bb300
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class _State extends State<SonarrSeriesTile> {
Widget _buildBlockTile() {
return LunaBlock(
backgroundUrl: context.read<SonarrState>().getFanartURL(widget.series.id),
backgroundHeaders: context.read<SonarrState>().headers,
posterUrl: context.read<SonarrState>().getPosterURL(widget.series.id),
posterHeaders: context.read<SonarrState>().headers,
posterPlaceholderIcon: LunaIcons.VIDEO_CAM,
Expand Down

0 comments on commit b5bb300

Please sign in to comment.