Changed modrinth author data to not be a list

This commit is contained in:
timoreo
2022-01-24 07:23:01 +01:00
parent a2d88f6df4
commit 1d0e6bf453
3 changed files with 6 additions and 20 deletions

View File

@ -32,7 +32,7 @@ struct IndexedPack
QString addonId;
QString name;
QString description;
QList<ModpackAuthor> authors;
ModpackAuthor author;
QString logoName;
QString logoUrl;
QString websiteUrl;