aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/GenresService.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.Api/UserLibrary/GenresService.cs
parent74f511b2ee0dee5c8c5245e4c3d77c17daf67eb8 (diff)
Removed redundant Collection Initializers
Removed Using directives that are not required
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/GenresService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/GenresService.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/GenresService.cs b/MediaBrowser.Api/UserLibrary/GenresService.cs
index 57c11a1fa..ec2bc6bda 100644
--- a/MediaBrowser.Api/UserLibrary/GenresService.cs
+++ b/MediaBrowser.Api/UserLibrary/GenresService.cs
@@ -8,7 +8,6 @@ using MediaBrowser.Model.Entities;
using ServiceStack;
using System;
using System.Collections.Generic;
-using System.Linq;
using MediaBrowser.Model.Querying;
namespace MediaBrowser.Api.UserLibrary