LaurentCR / pylast

Automatically exported from code.google.com/p/pylast
Apache License 2.0
0 stars 0 forks source link

removing a track from last.fm playlist #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Since we have playlist.add_track() is it possible to add function 
playlist.remove_track() ? 

Original issue reported on code.google.com by trishia....@gmail.com on 20 Mar 2014 at 4:29

GoogleCodeExporter commented 9 years ago
Unfortunately there's no Playlist.removeTrack in the Last.fm API, only 
Playlist.addTrack and Playlist.create.

I tested it in case it was undocumented, but it's not there: " Invalid Method - 
No method with that name in this package"

See:

 * http://www.last.fm/api
 * http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/755805

(This issue can be closed.)

Original comment by hugovk@gmail.com on 17 Apr 2014 at 1:48