Fixed bugs with song management

This commit is contained in:
kdeng00
2024-06-11 20:17:05 -04:00
parent c4ab90d4eb
commit 76e31b4db5
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ public class SongDataController : BaseController
_songMgr.DeleteSong(songMetaData);
return Ok();
return Ok(songMetaData);
}
}