forked from platypush/platypush
Forgot an @action annotation
This commit is contained in:
parent
b5fb6ecf93
commit
a4c7b06e4c
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class LastfmPlugin(Plugin):
|
|||
)
|
||||
|
||||
|
||||
@action
|
||||
def update_now_playing(self, artist, title, album=None, **kwargs):
|
||||
"""
|
||||
Update the currently playing track
|
||||
|
|
Loading…
Reference in a new issue