Commit 7e04b2c2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Folder: support more album art files

parent 312dac87
......@@ -41,8 +41,11 @@
static const char* cover_files[] = {
"Folder.jpg", /* Windows */
"AlbumArtSmall.jpg", /* Windows */
"AlbumArt.jpg", /* Windows */
"Album.jpg",
".folder.png", /* KDE? */
"cover.jpg", /* rockbox */
"thumb.jpg",
};
static const int i_covers = (sizeof(cover_files)/sizeof(cover_files[0]));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment