Fix crashing
This commit is contained in:
parent
c4513eee9e
commit
88b9111392
7 changed files with 20 additions and 50 deletions
|
@ -89,7 +89,7 @@ object SongLoader {
|
|||
|
||||
// Blacklist
|
||||
val paths = BlacklistStore.getInstance(context).paths
|
||||
if (!paths.isEmpty()) {
|
||||
if (paths.isNotEmpty()) {
|
||||
selectionFinal = generateBlacklistSelection(selectionFinal, paths.size)
|
||||
selectionValuesFinal = addBlacklistSelectionValues(selectionValuesFinal, paths)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue