mirror of
https://codeberg.org/Hyperpipe/hyperpipe-backend
synced 2024-12-06 19:26:30 +01:00
fix: missing variable
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ type Next struct {
|
||||
func parseNextSongs(n gjson.Result) []Item {
|
||||
panel := n.Get("#.playlistPanelVideoRenderer")
|
||||
|
||||
size := np.Get("#").Int()
|
||||
size := panel.Get("#").Int()
|
||||
r := make([]Item, size)
|
||||
|
||||
wg := sync.WaitGroup{}
|
||||
|
||||
Reference in New Issue
Block a user