Changed modrinth author data to not be a list
This commit is contained in:
@ -32,7 +32,7 @@ struct IndexedPack
|
||||
QString addonId;
|
||||
QString name;
|
||||
QString description;
|
||||
QList<ModpackAuthor> authors;
|
||||
ModpackAuthor author;
|
||||
QString logoName;
|
||||
QString logoUrl;
|
||||
QString websiteUrl;
|
||||
|
Reference in New Issue
Block a user