Merge pull request #65 from spddl/master

Error: You must fill out all fields in at least one language - fix
This commit is contained in:
Alexander Corn 2016-01-13 01:01:58 -05:00
commit bbcf0eb72f

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) {