use matching (small) cover for library view controls
This commit is contained in:
parent
fc2870d223
commit
d891f77be4
@ -899,7 +899,7 @@ public class LibraryActivity
|
||||
Bitmap cover = null;
|
||||
Song song = (Song)message.obj;
|
||||
if (song != null) {
|
||||
cover = song.getCover(this);
|
||||
cover = song.getSmallCover(this);
|
||||
}
|
||||
// Dispatch view update to UI thread
|
||||
updateCover(cover);
|
||||
|
Loading…
x
Reference in New Issue
Block a user