Extended the actions column width on Series Grid - FF was creating two rows of buttons.

This commit is contained in:
Mark McDowall 2011-11-23 16:39:21 -08:00
commit 04c71ff64c
2 changed files with 3 additions and 1 deletions

View file

@ -59,6 +59,8 @@ namespace NzbDrone.Core.Providers.Jobs
var countInDb = _episodeProvider.GetEpisodeNumbersBySeason(seriesId, seasonNumber).Count;
//Todo: Download a full season if more than n% is missing?
if (count != countInDb)
{
//Add the episodes to be processed manually