mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Reverts changes to forum URLs
- restores the original URL for some comments, keeping context
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user