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:
Prathamesh More 2022-01-12 14:05:19 +05:30
parent 4d9396873e
commit 5415d3869a
5 changed files with 68 additions and 41 deletions

View file

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