diff --git a/Tranga/Connector.cs b/Tranga/Connector.cs index e3de71b..4eae7f8 100644 --- a/Tranga/Connector.cs +++ b/Tranga/Connector.cs @@ -163,7 +163,7 @@ public abstract class Connector /// See ComicInfo.xml /// /// XML-string - protected static string GetComicInfoXmlString(Publication publication, Chapter chapter, Logger? logger) + internal static string GetComicInfoXmlString(Publication publication, Chapter chapter, Logger? logger) { logger?.WriteLine("Connector", $"Creating ComicInfo.Xml for {publication.sortName} {publication.internalId} {chapter.volumeNumber}-{chapter.chapterNumber}"); XElement comicInfo = new XElement("ComicInfo",