New: Link to TheTvDb has been added to AddSeries series lookup fields.

This commit is contained in:
Mark McDowall 2012-03-02 20:21:50 -08:00
commit 1dcc323c48
4 changed files with 16 additions and 2 deletions

View file

@ -8,5 +8,6 @@ namespace NzbDrone.Web.Models
public string Title { get; set; }
public string Banner { get; set; }
public string DisplayedTitle { get; set; }
public string Url { get; set; }
}
}