fixes #294 - Dvd iso not mounting

pull/702/head
Luke Pulverenti 12 years ago
parent 131ccc932e
commit 8682ee30dd

@ -532,9 +532,12 @@ namespace MediaBrowser.Api.Playback
var video = item as Video;
if (video != null)
{
if (!(video.VideoType == VideoType.Iso && isoMount == null))
{
inputPath = MediaEncoderHelpers.GetInputArgument(video, isoMount, out type);
}
}
return MediaEncoder.GetInputArgument(inputPath, type);
}

Loading…
Cancel
Save