diff options
author | jmarshallnz <jmarshallnz@svn> | 2010-05-27 00:15:51 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2010-05-27 00:15:51 +0000 |
commit | 018d13e1cc38e40fecc1303fdbf16435a17b6cca (patch) | |
tree | 3a14bdd5dc19790f4eda97b7f2c0d44d1d80ffce /addons/metadata.common.last.fm | |
parent | 9d9704e40f9d9c5a281ee726de99b5c4e6341638 (diff) |
cleanup: Updated the addon metadata to match the schema
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30598 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/metadata.common.last.fm')
-rw-r--r-- | addons/metadata.common.last.fm/addon.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/addons/metadata.common.last.fm/addon.xml b/addons/metadata.common.last.fm/addon.xml index 5f198dd442..131fc6a7d0 100644 --- a/addons/metadata.common.last.fm/addon.xml +++ b/addons/metadata.common.last.fm/addon.xml @@ -9,11 +9,10 @@ <extension point="xbmc.metadata.scraper.library" library="lastfm.xml"/> <extension point="xbmc.addon.metadata"> - <platform>all</platform> - <minversion>20000</minversion> <summary>LastFM Scraper Library</summary> <summary lang="nl">LastFM Scraper Collectie</summary> <description>Download Music information</description> <description lang="nl">Download muziek informatie</description> + <platform>all</platform> </extension> </addon> |