Browse Source

Fixed README

main
Unbewohnte 3 years ago
parent
commit
ee5ec34685
  1. 14
      README.md

14
README.md

@ -59,13 +59,13 @@ func main() {
// create your tags struct
tags := &ID3v11Tags{
SongName: "mysong",
Artist: "me",
Album: "my album",
Year: 2021,
Comment: "Cool song",
Track: 1,
Genre: "Christian Gangsta Rap", // list of genres see "id3v1genres.go"
SongName: "mysong",
Artist: "me",
Album: "my album",
Year: 2021,
Comment: "Cool song",
Track: 1,
Genre: "Christian Gangsta Rap", // list of genres see "id3v1genres.go"
}
// write tags to file

Loading…
Cancel
Save