mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Banners folder moved to root.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
|
||||
if(Model.HasBanner)
|
||||
{
|
||||
bannerUrl = "../../Content/Images/Banners/" + Model.SeriesId + ".jpg";
|
||||
bannerUrl = "../../MediaCover/Banner/" + Model.SeriesId + ".jpg";
|
||||
}
|
||||
}
|
||||
<img src="@bannerUrl" alt="Banner"/>
|
||||
|
||||
Reference in New Issue
Block a user