mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-12 12:03:02 +03:00
Fix error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user