fix(admin): continue on track match error

This commit is contained in:
sentriz
2023-02-23 19:15:49 +00:00
parent ac74b35465
commit 16e6046e85

View File

@@ -83,6 +83,7 @@ func playlistParseUpload(c *Controller, userID int, header *multipart.FileHeader
if err != nil {
// trim length of error to not overflow cookie flash
errors = append(errors, fmt.Sprintf("%.100s", err.Error()))
continue
}
if trackID.Value != 0 {
trackIDs = append(trackIDs, *trackID)