Skip to content

Commit

Permalink
Merge pull request #24 from maddox/queue-not-now
Browse files Browse the repository at this point in the history
Queue not Now
  • Loading branch information
Jon Maddox authored Oct 19, 2018
2 parents 2281332 + c387b2d commit ff29c16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/src/utilities/Metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class Metadata {
.then(data => {
type = contentType
title = data.name
uri = `spotify/now/${data.uri}`
uri = `spotify/queue/${data.uri}`

if (data.artists && data.artists[0]) {
subtitle = data.artists[0].name
Expand Down Expand Up @@ -83,7 +83,7 @@ export default class Metadata {
subtitle = result.artistName
}

uri = `applemusic/now/${type}:${itunesID}`
uri = `applemusic/queue/${type}:${itunesID}`

return {type: type, artURL: artURL, title: title, subtitle: subtitle, uri: uri}
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-cards",
"version": "1.1.2",
"version": "1.1.3",
"author": "Jon Maddox <[email protected]>",
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit ff29c16

Please sign in to comment.