aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryHelpers.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-15 22:06:44 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-15 22:06:44 -0400
commitbd0ad4a5cd87fca5b75ee8eacdc76fe6cf2a287c (patch)
tree912b053249552e26e2f7da2c0c5f82562e9ccd63 /MediaBrowser.Api/Library/LibraryHelpers.cs
parentb895a837eec19540c30f7b28870fedf96e94d115 (diff)
update library setup
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryHelpers.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryHelpers.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Library/LibraryHelpers.cs b/MediaBrowser.Api/Library/LibraryHelpers.cs
index c18c90b20..111922bca 100644
--- a/MediaBrowser.Api/Library/LibraryHelpers.cs
+++ b/MediaBrowser.Api/Library/LibraryHelpers.cs
@@ -54,8 +54,6 @@ namespace MediaBrowser.Api.Library
/// <param name="virtualFolderName">Name of the virtual folder.</param>
/// <param name="path">The path.</param>
/// <param name="appPaths">The app paths.</param>
- /// <exception cref="System.IO.DirectoryNotFoundException">The path does not exist.</exception>
- /// <exception cref="System.ArgumentException">The path is not valid.</exception>
public static void AddMediaPath(IFileSystem fileSystem, string virtualFolderName, string path, IServerApplicationPaths appPaths)
{
if (!fileSystem.DirectoryExists(path))