Skip to content

Commit

Permalink
Merge 4aba417 into a035cd5
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwild committed Oct 10, 2019
2 parents a035cd5 + 4aba417 commit b6f027a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
6 changes: 5 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# v2.2.4 - 2019/10/10

* Add promo message support to playback.recordPlay()

# v2.2.3 - 2019/03/27

Enables the use of a request pool for all requests
* Enables the use of a request pool for all requests

# v2.2.2 - 2019/03/06

Expand Down
3 changes: 2 additions & 1 deletion lib/playback.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ module.exports = function (playbackOptions, ensureAuthHeaders, self) {
(validation.isEmpty(playback.content.legacy) ||
validation.isEmpty(playback.content.legacy.trackToken)) &&
validation.isEmpty(playback.content.trackId) &&
validation.isEmpty(playback.content.isrc)) {
validation.isEmpty(playback.content.isrc) &&
validation.isEmpty(playback.content.messageId)) {
return yield Promise.reject(new Error('content identifier is required'));
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playnetwork-sdk",
"version": "2.2.3",
"version": "2.2.4",
"contributors": [
{
"name": "Joshua Thomas",
Expand Down

0 comments on commit b6f027a

Please sign in to comment.