Skip to content

Commit 5d3c167

Browse files
committed
reminder lol
1 parent a63b7c5 commit 5d3c167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MyMusicBoxApi/http/playlist.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ func (handler *PlaylistHandler) DeletePlaylist(ctx *gin.Context) {
119119

120120
err = handler.PlaylistTable.DeletePlaylist(id)
121121

122+
// TODO delete background image if its not the default image for it
123+
122124
if err != nil {
123125
ctx.JSON(http.StatusInternalServerError, models.ErrorResponse(err))
124126
return

0 commit comments

Comments
 (0)