diff options
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 14e9128a..2ebeb263 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -59,7 +59,7 @@ class Module(ModuleManager.BaseModule): time_language = "is listening to" if np else "last listened to" - yt_url = self.exports.get_one("search-youtube")( + yt_url = self.exports.get("search-youtube")( "%s - %s" % (artist, track_name)) yt_url_str = "" if yt_url: |
