mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
Ignore format for ISO files
This commit is contained in:
parent
6d0b2ed080
commit
ef9eba8bc9
2 changed files with 7 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
public string GetInputArgument(string inputFile, MediaSourceInfo mediaSource)
|
||||
{
|
||||
var prefix = "file";
|
||||
if (mediaSource.VideoType == VideoType.BluRay || mediaSource.VideoType == VideoType.Iso)
|
||||
if (mediaSource.VideoType == VideoType.BluRay)
|
||||
{
|
||||
prefix = "bluray";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue