Fixed Incorrect path

This commit is contained in:
Shiny Nematoda
2022-06-18 10:39:09 +00:00
parent bb70f30f17
commit 27d3562f01
+1 -1
View File
@@ -63,7 +63,7 @@ func GetNextSongs(n gjson.Result) []Item {
wg := sync.WaitGroup{}
n.Get("#.playlistPanelRenderer").ForEach(
n.Get("#.playlistPanelVideoRenderer").ForEach(
func(_, j gjson.Result) bool {
wg.Add(1)