diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-03 17:40:54 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2010-06-03 17:40:54 +0200 |
commit | d430c2c08f2920d5830f723420bbeaac9bece1ac (patch) | |
tree | f297a6cf1b4e6fd74b670141c21ffd1518cced52 /modules | |
parent | 5393609d04592eade539355de2e68615de4bdc6f (diff) |
spotify: Fixed module info.
Diffstat (limited to 'modules')
-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 |