diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-28 01:11:04 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-30 22:44:39 +0100 |
| commit | b1ccd6bad9904ab4fb2de02d71db0a7540b98479 (patch) | |
| tree | bbfe7c35965df4972e4c864c870b6aa874225079 /MediaBrowser.Controller/Providers/DirectoryService.cs | |
| parent | 79d18cf5a5fde7594eb17247f920a54d8978a81c (diff) | |
Fix build post GPL change
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
| -rw-r--r-- | MediaBrowser.Controller/Providers/DirectoryService.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Providers/DirectoryService.cs b/MediaBrowser.Controller/Providers/DirectoryService.cs index 27d65a3e2..9bb2f5bed 100644 --- a/MediaBrowser.Controller/Providers/DirectoryService.cs +++ b/MediaBrowser.Controller/Providers/DirectoryService.cs @@ -1,10 +1,7 @@ using Microsoft.Extensions.Logging; using System; -using System.Collections.Concurrent; using System.Collections.Generic; -using System.IO; using System.Linq; -using MediaBrowser.Controller.IO; using MediaBrowser.Model.IO; namespace MediaBrowser.Controller.Providers |
