Add support for avif and webp for photos (#8857)
This commit is contained in:
parent
c6d714796c
commit
681be595ce
|
@ -27,7 +27,7 @@ namespace Emby.Photos
|
|||
private readonly IImageProcessor _imageProcessor;
|
||||
|
||||
// These are causing taglib to hang
|
||||
private readonly string[] _includeExtensions = new string[] { ".jpg", ".jpeg", ".png", ".tiff", ".cr2" };
|
||||
private readonly string[] _includeExtensions = new string[] { ".jpg", ".jpeg", ".png", ".tiff", ".cr2", ".webp", ".avif" };
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="PhotoProvider" /> class.
|
||||
|
|
Loading…
Reference in New Issue
Block a user