mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 09:06:38 +00:00
fixes #294 - Dvd iso not mounting
This commit is contained in:
@@ -533,7 +533,10 @@ namespace MediaBrowser.Api.Playback
|
||||
|
||||
if (video != null)
|
||||
{
|
||||
inputPath = MediaEncoderHelpers.GetInputArgument(video, isoMount, out type);
|
||||
if (!(video.VideoType == VideoType.Iso && isoMount == null))
|
||||
{
|
||||
inputPath = MediaEncoderHelpers.GetInputArgument(video, isoMount, out type);
|
||||
}
|
||||
}
|
||||
|
||||
return MediaEncoder.GetInputArgument(inputPath, type);
|
||||
|
||||
Reference in New Issue
Block a user