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

@@ -26,6 +26,8 @@ namespace MediaBrowser.Model.Dto
/// <value>The name.</value>
public string Name { get; set; }
public string OriginalTitle { get; set; }
/// <summary>
/// Gets or sets the server identifier.
/// </summary>

View File

@@ -130,6 +130,8 @@
/// </summary>
Metascore,
OriginalTitle,
/// <summary>
/// The item overview
/// </summary>