Fix error

This commit is contained in:
Bond-009
2019-03-08 06:36:00 +01:00
committed by GitHub
parent fcee64df09
commit 80fb3dc2cb

View File

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