From 49d9cbdb87a40cf58f1997914ca1b5033fcc13b3 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 8 Mar 2020 14:14:00 +0000 Subject: exports.get_one() -> exports.get() --- modules/lastfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lastfm.py') 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: -- cgit v1.3.1-10-gc9f91