detail: fix extra divider on playlist edit
This commit is contained in:
parent
de36f26394
commit
50829a54d3
1 changed files with 0 additions and 1 deletions
|
@ -599,7 +599,6 @@ constructor(
|
|||
val list = mutableListOf<Item>()
|
||||
if (edited.isNotEmpty()) {
|
||||
val header = EditHeader(R.string.lbl_songs)
|
||||
list.add(PlainDivider(header))
|
||||
list.add(header)
|
||||
list.addAll(edited)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue