Reverts changes to forum URLs

- restores the original URL for some comments, keeping context
pull/1154/head
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