Skip to content

Commit

Permalink
Merge branch 'go-musicfox:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Aug 26, 2023
2 parents 520c031 + 33ff445 commit f801de6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ func SetSongTag(file *os.File, song structs.Song) {
tag.Close()
default:
metadata, err := songtag.Read(file)
defer metadata.Close()
if err != nil {
return
}
Expand Down

0 comments on commit f801de6

Please sign in to comment.