feat: Audio Preview Player #14
Reference in New Issue
Block a user
Delete Branch "feat/audio-preview-player"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue
Closes #9
Summary
Testing
var files []string marshals to JSON null, breaking the frontend which expects an array. Using files := []string{} ensures [].