banner is removed for series that don't have a banner.

This commit is contained in:
kay.one
2012-02-04 20:34:56 -08:00
parent 9fcb3a4573
commit ea86ce2fcb
2 changed files with 10 additions and 12 deletions

View File

@@ -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)
{