mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
fixes #364 - Image Extraction for 3D Videos
This commit is contained in:
@@ -169,7 +169,7 @@ namespace MediaBrowser.Controller.MediaInfo
|
||||
Directory.CreateDirectory(parentPath);
|
||||
}
|
||||
|
||||
await _encoder.ExtractImage(inputPath, type, time, path, cancellationToken).ConfigureAwait(false);
|
||||
await _encoder.ExtractImage(inputPath, type, video.Video3DFormat, time, path, cancellationToken).ConfigureAwait(false);
|
||||
chapter.ImagePath = path;
|
||||
changesMade = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user