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

@@ -483,6 +483,7 @@ namespace MediaBrowser.Controller.Dto
dto.VideoType = video.VideoType;
dto.Video3DFormat = video.Video3DFormat;
dto.IsoType = video.IsoType;
dto.MainFeaturePlaylistName = video.MainFeaturePlaylistName;
dto.PartCount = video.AdditionalPartIds.Count + 1;

View File

@@ -95,6 +95,8 @@ namespace MediaBrowser.Controller.Entities
}
}
public string MainFeaturePlaylistName { get; set; }
/// <summary>
/// Gets the playable stream files.
/// </summary>