From 3741eb24263de151a57e66dd6770fc82f69fe9c4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 16 Oct 2015 01:36:16 -0400 Subject: add image editing to library setup --- MediaBrowser.Model/Entities/VirtualFolderInfo.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs index b7f92e9ec..1161ab005 100644 --- a/MediaBrowser.Model/Entities/VirtualFolderInfo.cs +++ b/MediaBrowser.Model/Entities/VirtualFolderInfo.cs @@ -33,6 +33,12 @@ namespace MediaBrowser.Model.Entities Locations = new List(); } + /// + /// Gets or sets the item identifier. + /// + /// The item identifier. + public string ItemId { get; set; } + /// /// Gets or sets the primary image item identifier. /// -- cgit v1.2.3