mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
Minor fixes
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ type MoreItem struct {
|
||||
}
|
||||
|
||||
type ArtistMore struct {
|
||||
Album MoreItem `json:"album"`
|
||||
Album MoreItem `json:"albums"`
|
||||
Singles MoreItem `json:"singles"`
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -163,8 +163,8 @@ func ResponsiveListItemRenderer(s gjson.Result) []Item {
|
||||
Id: j.Get("playlistItemData.videoId").String(),
|
||||
Title: flex.Get("#(navigationEndpoint.watchEndpoint.videoId).text").String(),
|
||||
SubId: flex.Get(
|
||||
"#.navigationEndpoint.browseEndpoint.browseId.0",
|
||||
).String(),
|
||||
"#.navigationEndpoint.browseEndpoint.browseId",
|
||||
).Get("0").String(),
|
||||
Sub: flex.Get(
|
||||
"#(navigationEndpoint.browseEndpoint.browseId).text",
|
||||
).String(),
|
||||
|
||||
Reference in New Issue
Block a user