improve support for embedded mp4 info

This commit is contained in:
Luke Pulverenti
2016-02-24 14:29:49 -05:00
parent ae859fd56f
commit b52e9091bb
3 changed files with 44 additions and 15 deletions

View File

@@ -51,6 +51,11 @@ namespace MediaBrowser.Model.MediaInfo
/// </summary>
/// <value>The overview.</value>
public string Overview { get; set; }
/// <summary>
/// Gets or sets the short overview.
/// </summary>
/// <value>The short overview.</value>
public string ShortOverview { get; set; }
public MediaInfo()
{