-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete spotify implementation #13
Conversation
<body> | ||
kill your self | ||
Authorize Apple Music manually >:( | ||
<button id="login-btn"></button> | ||
</body> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's be a bit more kind
MusicKit.configure({ | ||
developerToken: | ||
"eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiIsImtpZCI6IldWQjk4NjUyRlEifQ.eyJpc3MiOiI3OTJUR0M3MjZLIiwiaWF0IjoxNzA3MDk2NzI3LCJleHAiOjE3MDc3MDE1Mjd9.kg9oJUV5DYwSlnlSu_TPQvRzlFC9xcqaGLfD__1v04AKkNhhvbTLAtPNeBJVYIAksshiVwtsQLIgwA-3bXDsiA", | ||
developerToken: "$DEVELOPER_TOKEN_PLACEHOLDER", | ||
app: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #12
) | ||
playlist.songs = playlist_songs_pag | ||
playlist.songs = playlist_songs_pag.records | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs more attention. see #10
No description provided.