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

Update StringHelper.cs

pull/2247/head
Bond-009 5 years ago committed by GitHub
parent fdbb329118
commit 47d3337124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ namespace MediaBrowser.Model.Extensions
public static class StringHelper
{
/// <summary>
/// Returns the string with the first character inheritdoc uppercase.
/// Returns the string with the first character as uppercase.
/// </summary>
/// <param name="str">The input string.</param>
/// <returns>The string with the first character inheritdoc uppercase.</returns>

Loading…
Cancel
Save