Fixed FC when opening the Last Added Playlist
This commit is contained in:
parent
1b03531dd4
commit
6e6e7ac38e
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue