aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationPaths.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 11:27:26 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 11:27:26 -0400
commit3be25f8bfbe6286d47ab5cf400fac7673e284d61 (patch)
treef4b61c5d1082f673ebe00e117502091e41a88bd3 /MediaBrowser.Controller/IServerApplicationPaths.cs
parenteab030df7ff0f3a78b1aa01f06eb30f71df5a391 (diff)
channel improvements
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationPaths.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationPaths.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationPaths.cs b/MediaBrowser.Controller/IServerApplicationPaths.cs
index 05f681597..34137088f 100644
--- a/MediaBrowser.Controller/IServerApplicationPaths.cs
+++ b/MediaBrowser.Controller/IServerApplicationPaths.cs
@@ -1,5 +1,4 @@
-using System;
-using MediaBrowser.Common.Configuration;
+using MediaBrowser.Common.Configuration;
namespace MediaBrowser.Controller
{
@@ -106,12 +105,5 @@ namespace MediaBrowser.Controller
/// </summary>
/// <value>The internal metadata path.</value>
string InternalMetadataPath { get; }
-
- /// <summary>
- /// Gets the internal metadata path.
- /// </summary>
- /// <param name="id">The identifier.</param>
- /// <returns>System.String.</returns>
- string GetInternalMetadataPath(Guid id);
}
} \ No newline at end of file