Fix some styling, add Procfile
This commit is contained in:
parent
a6cd5f4266
commit
2d99710fc2
9 changed files with 246 additions and 15 deletions
|
@ -113,7 +113,7 @@ export function* search(data) {
|
|||
type,
|
||||
id: `us${result.collectionId}`,
|
||||
name: result.trackName ? result.trackName : result.collectionName,
|
||||
streamUrl: null,
|
||||
streamUrl: result.collectionViewUrl,
|
||||
purchaseUrl: result.collectionViewUrl,
|
||||
artwork: {
|
||||
small: `${result.artworkUrl100.replace('100x100', '200x200').replace('.mzstatic.com', '-ssl.mzstatic.com').replace('http://', 'https://')}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue