Description Usage Arguments Value Examples
Use the last.fm corrections data to check whether the supplied track has a correction to a canonical track Implementation of last.fm's track.getCorrection API method (http://www.last.fm/api/show/track.getCorrection)
1 | track_getCorrection(track, artist)
|
track |
The track name to correct. |
artist |
The artist name to correct. |
A list of corrections.
1 2 3 4 | ## Not run:
track_getCorrection("Mrbrownstone", "guns and roses")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.