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 -> {
|
PLAYLIST -> {
|
||||||
activity.findNavController(R.id.fragment_container).navigate(
|
activity.findNavController(R.id.fragment_container).navigate(
|
||||||
R.id.artistDetailsFragment,
|
R.id.playlistDetailsFragment,
|
||||||
bundleOf(EXTRA_PLAYLIST to (item as Playlist))
|
bundleOf(EXTRA_PLAYLIST to (item as PlaylistWithSongs))
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
SONG -> {
|
SONG -> {
|
||||||
|
|
Loading…
Reference in a new issue