diff options
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; |
