Skip to content

Commit

Permalink
Make the list of default plugins a real Python list
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Feb 24, 2012
1 parent f394715 commit 0294449
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sonata/consts.py
Expand Up @@ -49,5 +49,10 @@
NUM_ARTISTS_FOR_VA = 2

# the names of the plug-ins that will be enabled by default
DEFAULT_PLUGINS = ('playlists streams lyricwiki '
'rhapsodycovers localmpd').split()
DEFAULT_PLUGINS = [
'playlists',
'streams',
'lyricwiki',
'rhapsodycovers',
'localmpd',
]

0 comments on commit 0294449

Please sign in to comment.