aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/IChannelManager.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2024-01-12 21:16:08 -0500
committerPatrick Barron <barronpm@gmail.com>2024-01-15 13:29:55 -0500
commitc101d287f24cf53bce0674bf70d88ae61da67ed9 (patch)
tree39226f1f3dae06c2da7fa25c626732eb13c91297 /MediaBrowser.Controller/Channels/IChannelManager.cs
parentc23a038ba8f275e061c148ea27e458174a9a7cbe (diff)
Remove unused Live TV code
Diffstat (limited to 'MediaBrowser.Controller/Channels/IChannelManager.cs')
-rw-r--r--MediaBrowser.Controller/Channels/IChannelManager.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelManager.cs b/MediaBrowser.Controller/Channels/IChannelManager.cs
index 8eb27888a..c8b432ecb 100644
--- a/MediaBrowser.Controller/Channels/IChannelManager.cs
+++ b/MediaBrowser.Controller/Channels/IChannelManager.cs
@@ -95,12 +95,5 @@ namespace MediaBrowser.Controller.Channels
/// <param name="cancellationToken">The cancellation token.</param>
/// <returns>The item media sources.</returns>
IEnumerable<MediaSourceInfo> GetStaticMediaSources(BaseItem item, CancellationToken cancellationToken);
-
- /// <summary>
- /// Whether the item supports media probe.
- /// </summary>
- /// <param name="item">The item.</param>
- /// <returns>Whether media probe should be enabled.</returns>
- bool EnableMediaProbe(BaseItem item);
}
}