mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
banner is removed for series that don't have a banner.
This commit is contained in:
parent
9fcb3a4573
commit
ea86ce2fcb
2 changed files with 10 additions and 12 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue