detail: fix broken item refresh
This commit is contained in:
parent
6f3fc5904a
commit
d6a0b75618
1 changed files with 2 additions and 2 deletions
|
@ -562,8 +562,8 @@ constructor(
|
|||
newList.addAll(items)
|
||||
}
|
||||
parent.value = detail.parent
|
||||
list.value = newList
|
||||
instructions.put(newInstructions)
|
||||
list.value = newList
|
||||
}
|
||||
|
||||
private fun refreshPlaylist(
|
||||
|
@ -585,8 +585,8 @@ constructor(
|
|||
list.add(header)
|
||||
list.addAll(edited)
|
||||
}
|
||||
_playlistSongList.value = list
|
||||
_playlistSongInstructions.put(instructions)
|
||||
_playlistSongList.value = list
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue