Skip to content

Commit

Permalink
Implemented cross shuffle songs between playlists #3635
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Sep 12, 2024
1 parent b65950c commit a40c02d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,6 @@ fun HomeLibraryModern(

var items by persistList<PlaylistPreview>("home/playlists")

var playlistsSongs by persistList<Song>("localPlaylists/songs")

LaunchedEffect(sortBy, sortOrder, filter) {
Database.playlistPreviews(sortBy, sortOrder).collect { items = it }
}
Expand Down

0 comments on commit a40c02d

Please sign in to comment.