From a46cbfa02b22d63ff9b077c8a523b5b51dd45811 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 14 May 2014 14:04:26 -0400 Subject: [PATCH] rework channel checking --- MediaBrowser.Api/Library/LibraryService.cs | 20 +------------------ .../Entities/CollectionFolder.cs | 8 -------- MediaBrowser.Model/Dto/ItemCounts.cs | 1 - .../Channels/ChannelManager.cs | 16 +++++++++++++-- .../Library/LibraryManager.cs | 12 ----------- .../Localization/Server/server.json | 2 +- 6 files changed, 16 insertions(+), 43 deletions(-) diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 15fe4a1771..0e5a3ab25e 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -8,7 +8,6 @@ using MediaBrowser.Controller.Entities.TV; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Persistence; using MediaBrowser.Controller.Session; -using MediaBrowser.Model.Channels; using MediaBrowser.Model.Dto; using MediaBrowser.Model.Entities; using MediaBrowser.Model.Querying; @@ -432,21 +431,6 @@ namespace MediaBrowser.Api.Library var songs = filteredItems.OfType