This commit is contained in:
@@ -1366,7 +1366,7 @@ type TrackDownloadInfo struct {
|
||||
Gain bool `json:"gain"`
|
||||
|
||||
// Preview Предварительный просмотр
|
||||
Preview string `json:"preview"`
|
||||
Preview bool `json:"preview"`
|
||||
}
|
||||
|
||||
// TrackDownloadInfoCodec Кодек аудиофайла
|
||||
@@ -1667,7 +1667,7 @@ type GetTokenFormdataBodyGrantType string
|
||||
// GetTracksFormdataBody defines parameters for GetTracks.
|
||||
type GetTracksFormdataBody struct {
|
||||
// TrackIds Уникальные идентификаторы треков
|
||||
TrackIds *[]string `form:"track-ids,omitempty" json:"track-ids,omitempty"`
|
||||
TrackIds *[]string `form:"trackIds,omitempty" json:"trackIds,omitempty"`
|
||||
|
||||
// WithPositions С позициями
|
||||
WithPositions *bool `form:"with-positions,omitempty" json:"with-positions,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user