diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-02 23:58:22 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-02 23:58:22 -0500 |
| commit | ede84702d1805fac2f452bf298e59549893baea5 (patch) | |
| tree | 5f429aeddf853467471ce9c1e6e0fd8de7b024a0 /MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs | |
| parent | a5be2523c5d86c077175b2de347b8beb791616c1 (diff) | |
added live channel playback
Diffstat (limited to 'MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs b/MediaBrowser.Controller/MediaInfo/MediaEncoderHelpers.cs index 904ecdf93..6b8276eb1 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(); } - + /// <summary> /// Gets the type of the input. /// </summary> - /// <param name="path">The path.</param> /// <param name="videoType">Type of the video.</param> /// <param name="isoType">Type of the iso.</param> /// <returns>InputType.</returns> - public static InputType GetInputType(string path, VideoType? videoType, IsoType? isoType) + public static InputType GetInputType(VideoType? videoType, IsoType? isoType) { var type = InputType.AudioFile; |
