Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
zyrouge committed Dec 6, 2023
2 parents c150183 + 7611abe commit 60e1b19
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ fun GenreView(context: ViewContext, genreId: String) {
},
title = {
TopAppBarMinimalTitle {
Text("${context.symphony.t.Genre} - $genre")
Text(context.symphony.t.Genre
+ (genre?.let { " - ${it.name}" } ?: ""))
}
},
actions = {
Expand Down

0 comments on commit 60e1b19

Please sign in to comment.