summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-06 20:02:51 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-06 20:02:51 +0200
commit4dfff06c7130978769db2b7eafbb640f6cb6ed01 (patch)
tree8ab4d57f38c30bed191b03b58d56476fb2d5c6bc /plugins/artwork
parentf99a7ae3fcda01f68c36e89e04ab378e0b95a522 (diff)
added *folder*.jpg to artwork default filemask
Diffstat (limited to 'plugins/artwork')
-rw-r--r--plugins/artwork/artwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index 2c919a38..b29db8f2 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -19,7 +19,7 @@
#define trace(...)
static char default_cover[PATH_MAX];
-#define DEFAULT_FILEMASK "*cover*.jpg;*front*.jpg"
+#define DEFAULT_FILEMASK "*cover*.jpg;*front*.jpg;*folder*.jpg"
static DB_artwork_plugin_t plugin;
DB_functions_t *deadbeef;