🙆🏻Ohh got AsyncTask removed finally
And Favorite playlist added yay
This commit is contained in:
parent
d5d77afaaf
commit
069d45e8df
9 changed files with 135 additions and 127 deletions
|
@ -65,7 +65,7 @@ class RemoveSongFromPlaylistDialog : DialogFragment() {
|
|||
.setMessage(pair.second)
|
||||
.setPositiveButton(R.string.remove_action) { _, _ ->
|
||||
lifecycleScope.launch(Dispatchers.IO) {
|
||||
repository.removeSongFromPlaylist(songs)
|
||||
repository.removeSongsFromPlaylist(songs)
|
||||
}
|
||||
/* PlaylistsUtil.removeFromPlaylist(
|
||||
requireContext(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue