Make Xbox Music images use ssl
This commit is contained in:
parent
de31391f90
commit
6f3e8b06a6
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ var formatResponse = function(res) {
|
|||
streamUrl: result.Link,
|
||||
purchaseUrl: null,
|
||||
artwork: {
|
||||
small: result.ImageUrl + "?w=250",
|
||||
large: result.ImageUrl + "?w=500"
|
||||
small: result.ImageUrl.replace("http://", "https://") + "?w=250",
|
||||
large: result.ImageUrl.replace("http://", "https://") + "?w=500"
|
||||
},
|
||||
artist: {
|
||||
name: result.Artists[0].Artist.Name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue