This commit is contained in:
Chris Cochrun 2024-03-07 16:59:41 -06:00
parent fd0d696972
commit 90c12e2fda

View file

@ -595,7 +595,6 @@ impl song_model::SongModel {
.set(audio.eq(updated_audio.to_string()))
.execute(db);
debug!(?result);
debug!(?updated_audio);
match result {
Ok(_i) => {
if let Some(song) =