diff options
author | Will Thompson <will@willthompson.co.uk> | 2011-03-21 00:08:53 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2011-03-21 00:08:53 +0000 |
commit | 5f82633299d79dbd20d3d5b1493b93b16b6c6bd9 (patch) | |
tree | 6a9c8a8df284d19b438fef362712a070344b6fb1 | |
parent | a909aee41a8600de7a91028773a80079f1045d2d (diff) |
Enable eMusic downloader extension by default.emusic-store
If Banshee's desktop file says it can handle .emx files, then it should
be able to do so by default.
This does not enable the eMusic store plugin by default. Since eMusic is
a subscription-only service it strikes me that this is a little more
niche than, say, Amazon.
-rw-r--r-- | src/Extensions/Banshee.Emusic/Banshee.Emusic.addin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Extensions/Banshee.Emusic/Banshee.Emusic.addin.xml b/src/Extensions/Banshee.Emusic/Banshee.Emusic.addin.xml index d5f12821d..1df795602 100644 --- a/src/Extensions/Banshee.Emusic/Banshee.Emusic.addin.xml +++ b/src/Extensions/Banshee.Emusic/Banshee.Emusic.addin.xml @@ -9,7 +9,7 @@ description="Download and import music purchased from eMusic." author="Eitan Isaacson" url="http://banshee.fm/" - defaultEnabled="false"> + defaultEnabled="true"> <Dependencies> <Addin id="Banshee.Services" version="1.0"/> |