aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-08-13 16:55:29 -0400
committerGitHub <noreply@github.com>2016-08-13 16:55:29 -0400
commit03648936dcadf0ff0f707a5040e2e28556fa56ca (patch)
tree38028a28a9d59978ef9ebf1b4fb1c3f146653fd1 /MediaBrowser.Model/Entities/VirtualFolderInfo.cs
parent6600ff0990a1037d6f9c3bf160104089aac501e4 (diff)
parent8508e07bb9d1af326ef4c1c1b891e0d49288167b (diff)
Merge pull request #2053 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/Entities/VirtualFolderInfo.cs')
-rw-r--r--MediaBrowser.Model/Entities/VirtualFolderInfo.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
index 1161ab005..d8ec04ff6 100644
--- a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
+++ b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs
@@ -1,4 +1,5 @@
using System.Collections.Generic;
+using MediaBrowser.Model.Configuration;
namespace MediaBrowser.Model.Entities
{
@@ -25,6 +26,8 @@ namespace MediaBrowser.Model.Entities
/// <value>The type of the collection.</value>
public string CollectionType { get; set; }
+ public LibraryOptions LibraryOptions { get; set; }
+
/// <summary>
/// Initializes a new instance of the <see cref="VirtualFolderInfo"/> class.
/// </summary>