Fix comment

This commit is contained in:
cvium 2021-11-15 16:01:34 +01:00
parent 4f45c52674
commit 24679af2e8

View File

@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.Library
DirectoryService = directoryService; DirectoryService = directoryService;
} }
// TODO make this shit gone // TODO remove dependencies as properties, they should be injected where it makes sense
public IDirectoryService DirectoryService { get; } public IDirectoryService DirectoryService { get; }
/// <summary> /// <summary>