removed sqo.

This commit is contained in:
kay.one 2013-03-23 21:16:00 -07:00
commit 1a4f3fad25
64 changed files with 292 additions and 1323 deletions

View file

@ -5,7 +5,7 @@ using NzbDrone.Core.Datastore;
using NzbDrone.Core.Model;
using NzbDrone.Core.Qualities;
using Sqo.Attributes;
namespace NzbDrone.Core.Tv
{
@ -23,7 +23,7 @@ namespace NzbDrone.Core.Tv
public string CleanTitle { get; set; }
public string Status { get; set; }
[Text]
public string Overview { get; set; }
public String AirTime { get; set; }