Allow webp for local images

This commit is contained in:
Bond_009 2023-03-08 15:19:40 +01:00
parent 95287fa9f1
commit 761b9ed6a1
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace MediaBrowser.Controller.Entities
/// The supported image extensions.
/// </summary>
public static readonly string[] SupportedImageExtensions
= new[] { ".png", ".jpg", ".jpeg", ".tbn", ".gif" };
= new[] { ".png", ".jpg", ".jpeg", ".webp", ".tbn", ".gif" };
private static readonly List<string> _supportedExtensions = new List<string>(SupportedImageExtensions)
{