update_playlist_tracks
Add or remove songs from a NetEase playlist after user confirmation. Specify playlist ID, operation (add or del), and song IDs to update your playlist.
Instructions
Add or remove songs from a NetEase playlist after confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to change the account. | |
| song_ids | Yes | NetEase song IDs. | |
| operation | Yes | Add or remove the songs. | |
| playlist_id | Yes | NetEase playlist ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| liked | No | ||
| action | Yes | ||
| song_ids | No | ||
| operation | No | ||
| playlist_id | No |