Error: You must fill out all fields in at least one language fix

This commit is contained in:
spddl 2016-01-13 06:16:51 +01:00
parent bbd339b88b
commit d51b6582e2

View File

@ -137,7 +137,9 @@ SteamCommunity.prototype.postGroupAnnouncement = function(gid, headline, content
"sessionID": this.getSessionID(),
"action": "post",
"headline": headline,
"body": content
"body": content,
"languages[0][headline]": headline,
"languages[0][body]": content
}
}, function(err, response, body) {
if(!callback) {