Fix indent
This commit is contained in:
parent
3e574669dd
commit
1127fc862d
1 changed files with 1 additions and 2 deletions
|
|
@ -45,8 +45,7 @@ public class AudioFileCoverFetcher implements DataFetcher<InputStream> {
|
|||
}
|
||||
}
|
||||
|
||||
private static final String[] FALLBACKS
|
||||
= {"cover.jpg", "album.jpg", "folder.jpg", "cover.png", "album.png", "folder.png"};
|
||||
private static final String[] FALLBACKS = {"cover.jpg", "album.jpg", "folder.jpg", "cover.png", "album.png", "folder.png"};
|
||||
|
||||
private InputStream fallback(String path) throws FileNotFoundException {
|
||||
File parent = new File(path).getParentFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue