aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/IChannel.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 13:09:48 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-27 13:09:48 -0400
commit680ffeebf7bc4b5f07daa360ba4b89526cd2db9f (patch)
tree6871c5f64731539aaeee14ac3f8f6d97b807f6ee /MediaBrowser.Controller/Channels/IChannel.cs
parent4c87979cac4df6560145b96d440aeba967466951 (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/Channels/IChannel.cs')
-rw-r--r--MediaBrowser.Controller/Channels/IChannel.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannel.cs b/MediaBrowser.Controller/Channels/IChannel.cs
index 7f03579f3..799df9182 100644
--- a/MediaBrowser.Controller/Channels/IChannel.cs
+++ b/MediaBrowser.Controller/Channels/IChannel.cs
@@ -59,14 +59,6 @@ namespace MediaBrowser.Controller.Channels
Task<ChannelItemResult> GetChannelItems(InternalChannelItemQuery query, CancellationToken cancellationToken);
/// <summary>
- /// Gets all media.
- /// </summary>
- /// <param name="query">The query.</param>
- /// <param name="cancellationToken">The cancellation token.</param>
- /// <returns>Task{ChannelItemResult}.</returns>
- Task<ChannelItemResult> GetAllMedia(InternalAllChannelItemsQuery query, CancellationToken cancellationToken);
-
- /// <summary>
/// Gets the channel image.
/// </summary>
/// <param name="type">The type.</param>