Update SearchAdapter.kt
This commit is contained in:
parent
209e3d58eb
commit
b78cbb60b4
1 changed files with 2 additions and 2 deletions
|
@ -165,8 +165,8 @@ class SearchAdapter(
|
|||
}
|
||||
PLAYLIST -> {
|
||||
activity.findNavController(R.id.fragment_container).navigate(
|
||||
R.id.artistDetailsFragment,
|
||||
bundleOf(EXTRA_PLAYLIST to (item as Playlist))
|
||||
R.id.playlistDetailsFragment,
|
||||
bundleOf(EXTRA_PLAYLIST to (item as PlaylistWithSongs))
|
||||
)
|
||||
}
|
||||
SONG -> {
|
||||
|
|
Loading…
Reference in a new issue