aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-08 15:22:40 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-08 15:22:40 -0500
commit3ffd95a6371c40246a8163c17da3626374685271 (patch)
treeec8edbd7fb21337b495924ec587a9e8cce355968 /MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs
parentd0f1a836216e87d6e03c7c3ebdbd78c0e7ddcf76 (diff)
minor cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs b/MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs
index 9e140c626..097e94216 100644
--- a/MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs
+++ b/MediaBrowser.Server.Implementations/Library/Validators/GameGenresPostScanTask.cs
@@ -16,10 +16,9 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
private readonly ILibraryManager _libraryManager;
/// <summary>
- /// Initializes a new instance of the <see cref="GameGenresPostScanTask"/> class.
+ /// Initializes a new instance of the <see cref="GameGenresPostScanTask" /> class.
/// </summary>
/// <param name="libraryManager">The library manager.</param>
- /// <param name="userManager">The user manager.</param>
public GameGenresPostScanTask(ILibraryManager libraryManager)
{
_libraryManager = libraryManager;