diff options
-rw-r--r-- | modules/spotify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/spotify.py b/modules/spotify.py index c68022c..9fcb9f8 100644 --- a/modules/spotify.py +++ b/modules/spotify.py @@ -1,7 +1,7 @@ info = { 'author': 'Jon Bergli Heier', - 'title': 'URL Titles', - 'description': 'Fetches the title tags off of URLs.', + 'title': 'Spotify metadata', + 'description': 'Fetches metadata from spotify links.', } import re, spotimeta |