From bd0ad4a5cd87fca5b75ee8eacdc76fe6cf2a287c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 15 Oct 2015 22:06:44 -0400 Subject: update library setup --- MediaBrowser.Api/Library/LibraryHelpers.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'MediaBrowser.Api/Library/LibraryHelpers.cs') 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 /// Name of the virtual folder. /// The path. /// The app paths. - /// The path does not exist. - /// The path is not valid. public static void AddMediaPath(IFileSystem fileSystem, string virtualFolderName, string path, IServerApplicationPaths appPaths) { if (!fileSystem.DirectoryExists(path)) -- cgit v1.2.3