mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
record bluray playlist file name
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user