mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-18 08:05:20 +01:00
feat: Minor redesign in Playlist details page
This commit is contained in:
parent
c6dd54d200
commit
b9f3e7979b
12 changed files with 233 additions and 56 deletions
|
@ -168,10 +168,10 @@ private val viewModules = module {
|
|||
)
|
||||
}
|
||||
|
||||
viewModel { (playlist: PlaylistWithSongs) ->
|
||||
viewModel { (playlistId: Long) ->
|
||||
PlaylistDetailsViewModel(
|
||||
get(),
|
||||
playlist
|
||||
playlistId
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue