New: Alternative titles on Series Details UI

This commit is contained in:
Cyberlane
2014-04-08 23:44:23 +01:00
parent fd531eda36
commit 612ca49281
8 changed files with 93 additions and 24 deletions
@@ -5,7 +5,8 @@ namespace NzbDrone.Core.DataAugmentation.Scene
{
public class SceneMapping : ModelBase
{
[JsonProperty("title")]
public string Title { get; set; }
public string ParseTerm { get; set; }
[JsonProperty("searchTitle")]