summaryrefslogtreecommitdiff
path: root/nephilim/plugins
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-02-22 19:21:05 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-02-22 19:21:05 +0100
commita124a7533993e88226c87f5bfc98c98f275dac2d (patch)
treed39444654e4f05813171c393bbad61d6761ef7c2 /nephilim/plugins
parentb4598ae74a7d36f6827a41b61a7b4f88d91bbd1e (diff)
AlbumCover: update default cover name.
Diffstat (limited to 'nephilim/plugins')
-rw-r--r--nephilim/plugins/AlbumCover.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nephilim/plugins/AlbumCover.py b/nephilim/plugins/AlbumCover.py
index a27dd6f..e8dd38d 100644
--- a/nephilim/plugins/AlbumCover.py
+++ b/nephilim/plugins/AlbumCover.py
@@ -174,7 +174,7 @@ class wgAlbumCover(QtGui.QLabel):
class AlbumCover(Plugin):
o = None
- DEFAULTS = {'coverdir' : '$musicdir/$songdir', 'covername' : '.cover_mpclient_$artist_$album',
+ DEFAULTS = {'coverdir' : '$musicdir/$songdir', 'covername' : '.cover_nephilim_$artist_$album',
'action0' : 1, 'action1' : 1}
def __init__(self, winMain):
Plugin.__init__(self, winMain, 'AlbumCover')