This commit is contained in:
2023-05-22 17:20:07 +02:00
parent bb6a0ad0d4
commit 0e0ba1796e
3 changed files with 28 additions and 5 deletions

View File

@ -85,6 +85,7 @@ public abstract class Connector
new XElement("Tags", string.Join(',',publication.tags)),
new XElement("LanguageISO", publication.originalLanguage),
new XElement("Title", chapter.name),
new XElement("Writer", publication.author),
new XElement("Volume", chapter.volumeNumber),
new XElement("Number", chapter.chapterNumber) //TODO check if this is correct at some point
);