mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
Fix build (#8859)
This commit is contained in:
parent
9ec5782555
commit
b2def4c9ea
3 changed files with 3 additions and 2 deletions
|
|
@ -635,7 +635,6 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
return imageResolutionParameter;
|
||||
}
|
||||
|
||||
|
||||
private async Task<string> ExtractImageInternal(string inputPath, string container, MediaStream videoStream, int? imageStreamIndex, Video3DFormat? threedFormat, TimeSpan? offset, bool useIFrame, ImageFormat? targetFormat, CancellationToken cancellationToken)
|
||||
{
|
||||
if (string.IsNullOrEmpty(inputPath))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue