aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/DirectoryService.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-28 01:11:04 +0100
committerBond_009 <bond.009@outlook.com>2018-12-30 22:44:39 +0100
commitb1ccd6bad9904ab4fb2de02d71db0a7540b98479 (patch)
treebbfe7c35965df4972e4c864c870b6aa874225079 /MediaBrowser.Controller/Providers/DirectoryService.cs
parent79d18cf5a5fde7594eb17247f920a54d8978a81c (diff)
Fix build post GPL change
Diffstat (limited to 'MediaBrowser.Controller/Providers/DirectoryService.cs')
-rw-r--r--MediaBrowser.Controller/Providers/DirectoryService.cs3
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