mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
banner is removed for series that don't have a banner.
This commit is contained in:
@@ -228,7 +228,7 @@ namespace NzbDrone.Web.Controllers
|
||||
{
|
||||
var episodeFileId = 0;
|
||||
var episodePath = String.Empty;
|
||||
var episodeQuality = String.Empty;
|
||||
var episodeQuality = "N/A";
|
||||
|
||||
if (e.EpisodeFile != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user