mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix bad property
This commit is contained in:
parent
9146828a14
commit
fa4f3880b6
@ -30,7 +30,7 @@ export default async (track, { req }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const spotifyId = await findSpotifyId({
|
const spotifyId = await findSpotifyId({
|
||||||
track: track.title,
|
title: track.title,
|
||||||
artist: track.artist,
|
artist: track.artist,
|
||||||
sessionToken: req.sessionToken,
|
sessionToken: req.sessionToken,
|
||||||
}, { req })
|
}, { req })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user