From 70da0b6ae96bffbc39efab14d95b2c14426753b7 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 10 Apr 2013 11:32:09 -0400 Subject: resharper suggestions in api project --- MediaBrowser.Api/Library/LibraryStructureService.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Api/Library/LibraryStructureService.cs') 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 /// private readonly ILibraryManager _libraryManager; - + /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The app paths. /// The user manager. - /// appHost + /// The library manager. + /// appPaths public LibraryStructureService(IServerApplicationPaths appPaths, IUserManager userManager, ILibraryManager libraryManager) { if (appPaths == null) -- cgit v1.2.3