mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
popover overflows, overviews no longer capped
This commit is contained in:
parent
651c7c095a
commit
295a624311
4 changed files with 10 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue