From 5104e0d882f02dbb06da0cba6094a89514696980 Mon Sep 17 00:00:00 2001 From: waker Date: Fri, 4 May 2012 19:10:18 +0200 Subject: new "default cover" picture by thesame --- plugins/artwork/artwork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/artwork/artwork.c') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 47aaf748..161448c3 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1334,7 +1334,7 @@ artwork_plugin_start (void) const char *def_art = deadbeef->conf_get_str_fast ("gtkui.nocover_pixmap", NULL); if (!def_art) { - snprintf (default_cover, sizeof (default_cover), "%s/noartwork.jpg", deadbeef->get_pixmap_dir ()); + snprintf (default_cover, sizeof (default_cover), "%s/noartwork.png", deadbeef->get_pixmap_dir ()); } else { strcpy (default_cover, def_art); -- cgit v1.2.3