mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-06 06:29:50 +00:00
Target net6.0
This commit is contained in:
parent
1ebd3c9ac3
commit
13fbfe6091
56 changed files with 103 additions and 90 deletions
|
|
@ -541,7 +541,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
return MimeType;
|
||||
}
|
||||
|
||||
return MimeTypes.GetMimeType(outputPath, enableStreamDefault);
|
||||
if (enableStreamDefault)
|
||||
{
|
||||
return MimeTypes.GetMimeType(outputPath);
|
||||
}
|
||||
|
||||
return MimeTypes.GetMimeType(outputPath, null);
|
||||
}
|
||||
|
||||
public bool DeInterlace(string videoCodec, bool forceDeinterlaceIfSourceIsInterlaced)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue