aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
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.Controller/Channels
parent74f511b2ee0dee5c8c5245e4c3d77c17daf67eb8 (diff)
Removed redundant Collection Initializers
Removed Using directives that are not required
Diffstat (limited to 'MediaBrowser.Controller/Channels')
-rw-r--r--MediaBrowser.Controller/Channels/Channel.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs
index 718a0d8786..e0b7204b87 100644
--- a/MediaBrowser.Controller/Channels/Channel.cs
+++ b/MediaBrowser.Controller/Channels/Channel.cs
@@ -57,10 +57,7 @@ namespace MediaBrowser.Controller.Channels
catch
{
// Already logged at lower levels
- return new QueryResult<BaseItem>
- {
-
- };
+ return new QueryResult<BaseItem>();
}
}