|
@@ -52,7 +52,7 @@ namespace MediaBrowser.Controller.Entities
|
|
/// <summary>
|
|
/// <summary>
|
|
/// The supported image extensions
|
|
/// The supported image extensions
|
|
/// </summary>
|
|
/// </summary>
|
|
- public static readonly string[] SupportedImageExtensions = new[] { ".png", ".jpg", ".jpeg" };
|
|
|
|
|
|
+ public static readonly string[] SupportedImageExtensions = new[] { ".png", ".jpg", ".jpeg", ".tbn" };
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// The trailer folder name
|
|
/// The trailer folder name
|