Merge pull request 'closes #7' (#17) from Issue_7 into master

Reviewed-on: glax/Tranga#17
This commit is contained in:
2023-05-22 17:21:42 +02:00
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
);