Skip to content

Commit

Permalink
Fix saved albums not showing saved songs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurux committed Jul 22, 2023
1 parent be73a3a commit 0ea94ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ fun AlbumScreen(
albumIndex = index + 1,
isActive = song.id == mediaMetadata?.id,
isPlaying = isPlaying,
showInLibraryIcon = true,
trailingContent = {
IconButton(
onClick = {
Expand Down

0 comments on commit 0ea94ea

Please sign in to comment.