🙆🏻Ohh got AsyncTask removed finally

And Favorite playlist added yay
This commit is contained in:
Hemanth S 2020-08-21 17:13:51 +05:30
parent d5d77afaaf
commit 069d45e8df
9 changed files with 135 additions and 127 deletions

View file

@ -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(),