popover overflows, overviews no longer capped

This commit is contained in:
Mark McDowall 2013-02-27 23:33:00 -08:00
commit 295a624311
4 changed files with 10 additions and 2 deletions

View file

@ -4,6 +4,7 @@ using NzbDrone.Core.Datastore;
using NzbDrone.Core.Model;
using NzbDrone.Core.Qualities;
using PetaPoco;
using Sqo.Attributes;
namespace NzbDrone.Core.Tv
{
@ -27,6 +28,7 @@ namespace NzbDrone.Core.Tv
public string Status { get; set; }
[Text]
public string Overview { get; set; }
//public DayOfWeek? AirsDayOfWeek { get; set; }