Ignore blacklist and other things, so any song can be played when opened from File Managers, and also from Folders tab.
This commit is contained in:
parent
4d9396873e
commit
5415d3869a
5 changed files with 68 additions and 41 deletions
|
@ -92,7 +92,7 @@ public final class FileUtil {
|
|||
}
|
||||
|
||||
Cursor songCursor =
|
||||
new RealSongRepository(context).makeSongCursor(selection, selection == null ? null : paths);
|
||||
new RealSongRepository(context).makeSongCursor(selection, selection == null ? null : paths, PreferenceUtil.INSTANCE.getSongSortOrder(), true);
|
||||
|
||||
return songCursor == null
|
||||
? null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue