mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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({
|
||||
track: track.title,
|
||||
title: track.title,
|
||||
artist: track.artist,
|
||||
sessionToken: req.sessionToken,
|
||||
}, { req })
|
||||
|
Loading…
x
Reference in New Issue
Block a user