record bluray playlist file name

This commit is contained in:
Luke Pulverenti
2013-09-01 21:35:57 -04:00
parent b828af0a0a
commit f0542f69bc
9 changed files with 16 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ namespace MediaBrowser.Model.Dto
/// <value>The name of the sort.</value>
public string SortName { get; set; }
public string MainFeaturePlaylistName { get; set; }
/// <summary>
/// Gets or sets the video3 D format.
/// </summary>

View File

@@ -26,6 +26,8 @@ namespace MediaBrowser.Model.MediaInfo
/// <value>The files.</value>
public List<string> Files { get; set; }
public string PlaylistName { get; set; }
/// <summary>
/// Gets or sets the chapters.
/// </summary>