Skip to content

Commit

Permalink
Object arguments for playAlbum, fixes #819
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jun 18, 2022
1 parent 863044e commit b1bb66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/services/mopidy/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export function playURIs({
};
}

export function playAlbum(uri, from) {
export function playAlbum({ uri, from }) {
return {
type: 'MOPIDY_PLAY_ALBUM',
uri,
Expand Down

0 comments on commit b1bb66e

Please sign in to comment.