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

standardize docs

pull/11077/head
Cody Robibero 1 year ago
parent c5e723bccd
commit a8a9f66878

@ -6,32 +6,32 @@ namespace MediaBrowser.Model.Drawing
public enum ImageFormat
{
/// <summary>
/// The BMP.
/// BMP format.
/// </summary>
Bmp,
/// <summary>
/// The GIF.
/// GIF format.
/// </summary>
Gif,
/// <summary>
/// The JPG.
/// JPG format.
/// </summary>
Jpg,
/// <summary>
/// The PNG.
/// PNG format.
/// </summary>
Png,
/// <summary>
/// The webp.
/// WEBP format.
/// </summary>
Webp,
/// <summary>
/// The svg format.
/// SVG format.
/// </summary>
Svg,
}

Loading…
Cancel
Save