aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-18 15:07:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-18 15:07:28 -0400
commitb4b17d7717ff773d9782462c0eae967c4c7f2ad9 (patch)
tree6da52977fdb0cba4849478761597e1d1821e9bdf /MediaBrowser.Controller/Channels
parent97c5b468a0a731b38c83c6b2e6d8231bda02be2a (diff)
add subtitle delivery methods to StreamBuilder
Diffstat (limited to 'MediaBrowser.Controller/Channels')
-rw-r--r--MediaBrowser.Controller/Channels/IChannelFactory.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/IChannelFactory.cs b/MediaBrowser.Controller/Channels/IChannelFactory.cs
index e275227ff9..c7ed925866 100644
--- a/MediaBrowser.Controller/Channels/IChannelFactory.cs
+++ b/MediaBrowser.Controller/Channels/IChannelFactory.cs
@@ -6,4 +6,9 @@ namespace MediaBrowser.Controller.Channels
{
IEnumerable<IChannel> GetChannels();
}
+
+ public interface IFactoryChannel
+ {
+
+ }
} \ No newline at end of file