diff options
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationPaths.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs index f88d7a5f6..aa6ff4d97 100644 --- a/MediaBrowser.Controller/IServerApplicationPaths.cs +++ b/MediaBrowser.Controller/IServerApplicationPaths.cs @@ -76,13 +76,6 @@ namespace MediaBrowser.Controller /// <value>The FF MPEG stream cache path.</value> string EncodedMediaCachePath { get; } - /// <summary> - /// Gets the folder path to tools - /// </summary> - /// <value>The media tools path.</value> - string MediaToolsPath { get; } - - /// <summary> /// Gets the downloaded images data path. /// </summary> /// <value>The downloaded images data path.</value> |
