mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Go back to an emby.media/community link but via web archive
This commit is contained in:
parent
0584700a76
commit
9986a3d22c
1 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,8 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
|||
|
||||
if (!string.IsNullOrEmpty(stream.Language))
|
||||
{
|
||||
// https://jellyfin.media/community/index.php?/topic/49071-nfo-not-generated-on-actualize-or-rescan-or-identify
|
||||
// http://web.archive.org/web/20181230211547/https://emby.media/community/index.php?/topic/49071-nfo-not-generated-on-actualize-or-rescan-or-identify
|
||||
// Web Archive version of link since it's not really explained in the thread.
|
||||
writer.WriteElementString("language", RemoveInvalidXMLChars(stream.Language));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue