pull/59/merge
Naser Mirzaei 8 years ago committed by GitHub
commit 1169b12178
  1. 1
      configs.go

@ -288,6 +288,7 @@ type AudioConfig struct {
Duration int Duration int
Performer string Performer string
Title string Title string
Caption string
} }
// values returns a url.Values representation of AudioConfig. // values returns a url.Values representation of AudioConfig.