From ede84702d1805fac2f452bf298e59549893baea5 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 2 Jan 2014 23:58:22 -0500 Subject: added live channel playback --- MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs b/MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs index 904ecdf93f..6b8276eb10 100644 --- a/MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs +++ b/MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs @@ -77,15 +77,14 @@ namespace MediaBrowser.Controller.MediaInfo .Where(f => !string.IsNullOrEmpty(f)) .ToList(); } - + /// /// Gets the type of the input. /// - /// The path. /// Type of the video. /// Type of the iso. /// InputType. - public static InputType GetInputType(string path, VideoType? videoType, IsoType? isoType) + public static InputType GetInputType(VideoType? videoType, IsoType? isoType) { var type = InputType.AudioFile; -- cgit v1.2.3