mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Fix build (#8859)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user