From f0542f69bc7b9fa3b086c8b9e73470809ea2bf00 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 1 Sep 2013 21:35:57 -0400 Subject: record bluray playlist file name --- MediaBrowser.Controller/Entities/Video.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Controller/Entities') diff --git a/MediaBrowser.Controller/Entities/Video.cs b/MediaBrowser.Controller/Entities/Video.cs index e8896db6fe..7ce008c5ee 100644 --- a/MediaBrowser.Controller/Entities/Video.cs +++ b/MediaBrowser.Controller/Entities/Video.cs @@ -95,6 +95,8 @@ namespace MediaBrowser.Controller.Entities } } + public string MainFeaturePlaylistName { get; set; } + /// /// Gets the playable stream files. /// -- cgit v1.2.3