popover overflows, overviews no longer capped

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

View File

@@ -2,6 +2,7 @@
using System;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.Model;
using Sqo.Attributes;
namespace NzbDrone.Core.Tv
{
@@ -16,7 +17,10 @@ namespace NzbDrone.Core.Tv
//Todo: Since we're displaying next airing relative to the user's timezone we may want to store this as UTC (with airtime + UTC offset)
public DateTime? AirDate { get; set; }
[Text]
public string Overview { get; set; }
public Boolean Ignored { get; set; }
public PostDownloadStatusType PostDownloadStatus { get; set; }
public int AbsoluteEpisodeNumber { get; set; }