use matching (small) cover for library view controls

This commit is contained in:
Adrian Ulrich 2016-02-02 10:56:46 +01:00
parent fc2870d223
commit d891f77be4

View File

@ -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);