Forgot an @action annotation

This commit is contained in:
Fabio Manganiello 2018-07-06 02:27:44 +02:00
parent b5fb6ecf93
commit a4c7b06e4c
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class LastfmPlugin(Plugin):
) )
@action
def update_now_playing(self, artist, title, album=None, **kwargs): def update_now_playing(self, artist, title, album=None, **kwargs):
""" """
Update the currently playing track Update the currently playing track