Look also for WebP files as external artwork

This commit is contained in:
MGislv 2023-04-04 14:24:33 +00:00 committed by GitHub
parent eb4876a6d6
commit 5069029e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,9 @@ import java.io.InputStream;
public class AudioFileCoverUtils {
public static final String[] FALLBACKS = {
"cover.jpg", "album.jpg", "folder.jpg", "cover.png", "album.png", "folder.png"
"cover.jpg", "album.jpg", "folder.jpg",
"cover.png", "album.png", "folder.png",
"cover.webp", "album.webp", "folder.webp"
};
public static InputStream fallback(String path) throws FileNotFoundException {