From 477a182efd632d83f8e2c481011fdfc96d82aa0f Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 15 May 2015 22:36:47 -0400 Subject: adjust live tv stream selection --- MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index 4ee0565f9b..53eb18e7a8 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -158,9 +158,10 @@ namespace MediaBrowser.Controller.LiveTv /// Gets the channel stream. /// /// The identifier. + /// The media source identifier. /// The cancellation token. /// Task{StreamResponseInfo}. - Task GetChannelStream(string id, CancellationToken cancellationToken); + Task GetChannelStream(string id, string mediaSourceId, CancellationToken cancellationToken); /// /// Gets the program. -- cgit v1.2.3