We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63b7c5 commit 5d3c167Copy full SHA for 5d3c167
MyMusicBoxApi/http/playlist.go
@@ -119,6 +119,8 @@ func (handler *PlaylistHandler) DeletePlaylist(ctx *gin.Context) {
119
120
err = handler.PlaylistTable.DeletePlaylist(id)
121
122
+ // TODO delete background image if its not the default image for it
123
+
124
if err != nil {
125
ctx.JSON(http.StatusInternalServerError, models.ErrorResponse(err))
126
return
0 commit comments