Explorar o código

Go back to an emby.media/community link but via web archive

bfayers %!s(int64=6) %!d(string=hai) anos
pai
achega
9986a3d22c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs

+ 2 - 1
MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs

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