diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-12-10 16:22:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-10 16:22:03 +0100 |
| commit | affb58ef9e11f7f14192c76074b1199604f6bd67 (patch) | |
| tree | ae95757f09c725d470791fbaf36b6015c58a898d /Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs | |
| parent | 42ffddc26932bcf2da762bf4fe1ec4bdc42e8166 (diff) | |
Apply suggestions from code review
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs b/Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs index dbadaeefb..1497f4a3a 100644 --- a/Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs +++ b/Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs @@ -17,12 +17,12 @@ namespace Emby.Server.Implementations.Library.Validators public class ArtistsValidator { /// <summary> - /// The _library manager. + /// The library manager. /// </summary> private readonly ILibraryManager _libraryManager; /// <summary> - /// The _logger. + /// The logger. /// </summary> private readonly ILogger _logger; private readonly IItemRepository _itemRepo; |
