Reverts changes to forum URLs

- restores the original URL for some comments, keeping context
This commit is contained in:
Anthony Lavado
2018-12-11 01:42:52 -05:00
parent 71b8602a3d
commit 99482f0736
2 changed files with 2 additions and 2 deletions

View File

@@ -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));
}