aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
diff options
context:
space:
mode:
authorSven Van den brande <sven.vandenbrande@outlook.com>2016-07-29 21:18:03 +0200
committerSven Van den brande <sven.vandenbrande@outlook.com>2016-07-29 21:18:03 +0200
commit219cba75069cd2560e9571eee0c7f4a419256dab (patch)
treeb07e3d7a80f759435a7e367db5602746b331350f /MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
parent74f511b2ee0dee5c8c5245e4c3d77c17daf67eb8 (diff)
Removed redundant Collection Initializers
Removed Using directives that are not required
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs b/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
index c1803b5e4..e697dbd90 100644
--- a/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
+++ b/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
@@ -1,5 +1,4 @@
-using MediaBrowser.Controller.Entities;
-using MediaBrowser.Controller.Library;
+using MediaBrowser.Controller.Library;
using MediaBrowser.Model.Logging;
using System;
using System.Collections.Generic;