Fix error
This commit is contained in:
parent
fcee64df09
commit
80fb3dc2cb
|
@ -39,7 +39,7 @@ namespace MediaBrowser.Controller.Entities
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The supported image extensions
|
/// The supported image extensions
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly IReadOnlyList<string> SupportedImageExtensions
|
public static readonly string[] SupportedImageExtensions
|
||||||
= new [] { ".png", ".jpg", ".jpeg", ".tbn", ".gif" };
|
= new [] { ".png", ".jpg", ".jpeg", ".tbn", ".gif" };
|
||||||
|
|
||||||
private static readonly List<string> _supportedExtensions = new List<string>(SupportedImageExtensions)
|
private static readonly List<string> _supportedExtensions = new List<string>(SupportedImageExtensions)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user