diff --git a/sanitize.go b/sanitize.go index 2e51859..ea1755b 100644 --- a/sanitize.go +++ b/sanitize.go @@ -29,7 +29,7 @@ func NewTrack(file string) (*Track, error) { Title: m.Title(), Artist: m.Artist(), Filename: f.Name(), - } + }, nil } // RenameTrack takes a filename, opens it, reads the metadata, and returns both