From 4e79eaf65e8edb895f9337a8b878ff9ef312b3f6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 4 Dec 2013 09:52:38 -0500 Subject: add ApplicationPath to app paths interface to hide implementation --- MediaBrowser.Common/Configuration/IApplicationPaths.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/Configuration') diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index d2446ce46d..d3bf033029 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -6,6 +6,12 @@ namespace MediaBrowser.Common.Configuration /// public interface IApplicationPaths { + /// + /// Gets the application path. + /// + /// The application path. + string ApplicationPath { get; } + /// /// Gets the path to the program data folder /// -- cgit v1.2.3