mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Include AVIF extension for support images (#12415)
This commit is contained in:
parent
9645955629
commit
5027e3cd53
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