cvium 3 gadi atpakaļ
vecāks
revīzija
24679af2e8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      MediaBrowser.Controller/Library/ItemResolveArgs.cs

+ 1 - 1
MediaBrowser.Controller/Library/ItemResolveArgs.cs

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