From d430c2c08f2920d5830f723420bbeaac9bece1ac Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 3 Jun 2010 17:40:54 +0200 Subject: spotify: Fixed module info. --- modules/spotify.py | 4 ++-- 1 file 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 -- cgit v1.2.3