feat: Minor redesign in Playlist details page

This commit is contained in:
Prathamesh More 2023-03-08 17:29:25 +05:30
parent c6dd54d200
commit b9f3e7979b
12 changed files with 233 additions and 56 deletions

View file

@ -168,10 +168,10 @@ private val viewModules = module {
)
}
viewModel { (playlist: PlaylistWithSongs) ->
viewModel { (playlistId: Long) ->
PlaylistDetailsViewModel(
get(),
playlist
playlistId
)
}