Fixed FC when opening the Last Added Playlist

This commit is contained in:
Karim Abou Zeid 2015-07-10 16:18:18 +02:00
commit 6e6e7ac38e

View file

@ -27,7 +27,7 @@ public class LastAddedLoader {
return SongLoader.makeSongCursor(
context,
MediaStore.Audio.Media.DATE_ADDED + ">",
MediaStore.Audio.Media.DATE_ADDED + ">?",
new String[]{String.valueOf(cutoff)},
MediaStore.Audio.Media.DATE_ADDED + " DESC");
}