MVP done
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-23 13:02:10 +03:00
parent 610fb3da11
commit 587676be58
6 changed files with 231 additions and 45 deletions

View File

@@ -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"`