mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Backport pull request #12415 from jellyfin/release-10.9.z
Include AVIF extension for support images
Original-merge: 5027e3cd53
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
fa638388b4
commit
bdb2d81687
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable
|
|||
"astc",
|
||||
"ktx",
|
||||
"pkm",
|
||||
"wbmp"
|
||||
"wbmp",
|
||||
"avif"
|
||||
};
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue