|
|
@ -46,7 +46,7 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The supported image extensions
|
|
|
|
/// The supported image extensions
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public static readonly string[] SupportedImageExtensions = { ".png", ".jpg", ".jpeg" };
|
|
|
|
public static readonly string[] SupportedImageExtensions = { ".png", ".jpg", ".jpeg", ".tbn" };
|
|
|
|
|
|
|
|
|
|
|
|
public static readonly List<string> SupportedImageExtensionsList = SupportedImageExtensions.ToList();
|
|
|
|
public static readonly List<string> SupportedImageExtensionsList = SupportedImageExtensions.ToList();
|
|
|
|
|
|
|
|
|
|
|
|