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

Reverts changes to forum URLs

- restores the original URL for some comments, keeping context
release-10.1.0
Anthony Lavado 6 years ago
parent 71b8602a3d
commit 99482f0736

@ -287,7 +287,7 @@ namespace MediaBrowser.Providers.Movies
if (!string.IsNullOrEmpty(language))
{
// They require this to be uppercase
// /community/index.php?/topic/32454-fr-follow-tmdbs-new-language-api-update/?p=311148
// https://emby.media/community/index.php?/topic/32454-fr-follow-tmdbs-new-language-api-update/?p=311148
var parts = language.Split('-');
if (parts.Length == 2)

@ -353,7 +353,7 @@ namespace MediaBrowser.XbmcMetadata.Savers
if (!string.IsNullOrEmpty(stream.Language))
{
// /community/index.php?/topic/49071-nfo-not-generated-on-actualize-or-rescan-or-identify
// https://emby.media/community/index.php?/topic/49071-nfo-not-generated-on-actualize-or-rescan-or-identify
writer.WriteElementString("language", RemoveInvalidXMLChars(stream.Language));
}

Loading…
Cancel
Save