aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryStructureService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 11:32:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 11:32:09 -0400
commit70da0b6ae96bffbc39efab14d95b2c14426753b7 (patch)
tree46a95dc16effb256e9969d17c0964b448bd21b95 /MediaBrowser.Api/Library/LibraryStructureService.cs
parentc645b3ff648e793d90bfb40bb552aa636967b9b8 (diff)
resharper suggestions in api project
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryStructureService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryStructureService.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/MediaBrowser.Api/Library/LibraryStructureService.cs b/MediaBrowser.Api/Library/LibraryStructureService.cs
index a913f8687..713002cab 100644
--- a/MediaBrowser.Api/Library/LibraryStructureService.cs
+++ b/MediaBrowser.Api/Library/LibraryStructureService.cs
@@ -144,13 +144,14 @@ namespace MediaBrowser.Api.Library
/// The _library manager
/// </summary>
private readonly ILibraryManager _libraryManager;
-
+
/// <summary>
- /// Initializes a new instance of the <see cref="LibraryService" /> class.
+ /// Initializes a new instance of the <see cref="LibraryStructureService"/> class.
/// </summary>
/// <param name="appPaths">The app paths.</param>
/// <param name="userManager">The user manager.</param>
- /// <exception cref="System.ArgumentNullException">appHost</exception>
+ /// <param name="libraryManager">The library manager.</param>
+ /// <exception cref="System.ArgumentNullException">appPaths</exception>
public LibraryStructureService(IServerApplicationPaths appPaths, IUserManager userManager, ILibraryManager libraryManager)
{
if (appPaths == null)