aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/BaseStreamingService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-24 00:18:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-24 00:18:02 -0400
commit88d241edc130591b501829de42bc12b6f5fc576c (patch)
tree0dd55390f31d5efc60bbf448b845f23b9aea4ca7 /MediaBrowser.Api/Playback/BaseStreamingService.cs
parente379e3fe956c6041bbb85bffe738ed976ad0ce1d (diff)
add ShortOverview
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
-rw-r--r--MediaBrowser.Api/Playback/BaseStreamingService.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs
index dd3351a93..c016f67ab 100644
--- a/MediaBrowser.Api/Playback/BaseStreamingService.cs
+++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs
@@ -1594,11 +1594,6 @@ namespace MediaBrowser.Api.Playback
{
return source;
}
-
- Logger.Warn("Invalid channel MediaSourceId requested, defaulting to first. Item: {0}. Requested MediaSourceId: {1}.",
- id,
- mediaSourceId
- );
}
return list.First();