mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
- AGPLv3
- reflect changes made to next endpoint (InnerTube Api)
This commit is contained in:
@@ -70,6 +70,7 @@ type Lyrics struct {
|
||||
type Client struct {
|
||||
Name string `json:"clientName,omitempty"`
|
||||
Version string `json:"clientVersion,omitempty"`
|
||||
Hl string `json:"hl",omitempty`
|
||||
}
|
||||
|
||||
type Context struct {
|
||||
@@ -98,6 +99,7 @@ type BrowseData struct {
|
||||
|
||||
type NextData struct {
|
||||
Id string `json:"videoId,omitempty"`
|
||||
PlaylistId string `json:"playlistId",omitempty`
|
||||
Context Context `json:"context,omitempty"`
|
||||
Audio bool `json:"isAudioOnly,omitempty"`
|
||||
Tuner string `json:"tunerSettingValue,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user