From ca0583bcbee3b2a66dfa2a25c63fb62081fe1239 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 6 Feb 2014 00:17:00 -0500 Subject: remove unseeded file system call --- MediaBrowser.Controller/Entities/IHasImages.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Entities/IHasImages.cs b/MediaBrowser.Controller/Entities/IHasImages.cs index 51f25979c..dd6194bc7 100644 --- a/MediaBrowser.Controller/Entities/IHasImages.cs +++ b/MediaBrowser.Controller/Entities/IHasImages.cs @@ -105,6 +105,12 @@ namespace MediaBrowser.Controller.Entities /// /// true if this instance is owned item; otherwise, false. bool IsOwnedItem { get; } + + /// + /// Gets the containing folder path. + /// + /// The containing folder path. + string ContainingFolderPath { get; } } public static class HasImagesExtensions -- cgit v1.2.3