diff options
| author | 2018-09-23 10:23:12 +0100 | |
|---|---|---|
| committer | 2018-09-23 10:23:12 +0100 | |
| commit | 8b8c59ee213a4c006f90767fe379030d4a1e1524 (patch) | |
| tree | cc8eaf27162cc8b9556fd872cf205075fb0d5284 /modules/lastfm.py | |
| parent | Remove superfluous function. (diff) | |
| signature | ||
Rename the functions to be more generic.
Diffstat (limited to 'modules/lastfm.py')
| -rw-r--r-- | modules/lastfm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lastfm.py b/modules/lastfm.py index 0d6873a2..68b6249b 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -50,7 +50,7 @@ class Module(object): ytquery = " - ".join([artist, track_name]) short_url = self.events.on( - "get.youtubefromlastfm").call_for_result( + "get.searchyoutube").call_for_result( query=ytquery) short_url = " -- " + short_url if short_url else "" |
