fixing html slides not working through nextSlideAction()

This commit is contained in:
Chris Cochrun 2024-03-29 07:30:07 -05:00
parent 428386a25b
commit 15c657b81e
3 changed files with 32 additions and 11 deletions

View file

@ -602,6 +602,7 @@ impl song_model::SongModel {
{
debug!(?song, audio = updated_audio.to_string());
song.audio = updated_audio.to_string();
debug!(?song);
self.as_mut().data_changed(
&model_index,
&model_index,