add OriginalTitle to metadata editor

This commit is contained in:
Luke Pulverenti
2016-04-20 01:21:40 -04:00
parent ace1ad778e
commit 992ca4c78a
9 changed files with 27 additions and 5 deletions

View File

@@ -19,8 +19,6 @@ namespace MediaBrowser.Controller.Entities.TV
{
public List<Guid> SpecialFeatureIds { get; set; }
public string OriginalTitle { get; set; }
public int? AnimeSeriesIndex { get; set; }
public Series()