Added Series SortTitle Migration. (Left a slot for anime)

This commit is contained in:
Taloth Saldono
2014-06-21 02:36:28 +02:00
parent a75ce9ab87
commit fd5e8a5166
8 changed files with 61 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ namespace NzbDrone.Api.Series
//View Only
public String Title { get; set; }
public String SortTitle { get; set; }
public List<String> AlternativeTitles { get; set; }
public Int32 SeasonCount