detail: fix broken item refresh

This commit is contained in:
Alexander Capehart 2024-09-18 15:56:11 -06:00
parent c7e18cdc6a
commit e2b4f215cb

View file

@ -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
}
}