* Removed redundant Track.shout(...). (Closes Issue #54)
This commit is contained in:
parent
c57a912305
commit
6b3185bf7b
2 changed files with 1 additions and 11 deletions
2
.build
2
.build
|
@ -1 +1 @@
|
|||
4
|
||||
5
|
10
pylast.py
10
pylast.py
|
@ -2494,16 +2494,6 @@ class Track(_BaseObject, _Taggable):
|
|||
)
|
||||
)
|
||||
return shouts
|
||||
|
||||
def shout(self, message):
|
||||
"""
|
||||
Post a shout
|
||||
"""
|
||||
|
||||
params = self._get_params()
|
||||
params["message"] = message
|
||||
|
||||
self._request("track.Shout", False, params)
|
||||
|
||||
class Group(_BaseObject):
|
||||
"""A Last.fm group."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue