Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/065ec7ec0b00750f59dd5b0c6c5a1b37c037b90e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Allow svg for local images

pull/12454/head
theguymadmax 8 months ago
parent ffecdfc18c
commit 065ec7ec0b

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

Loading…
Cancel
Save