Skip to content

Commit

Permalink
Small bug fix in next feed parser
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha committed Oct 13, 2024
1 parent 743b3f9 commit 745dc73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ namespace InnertubeService
function ParseInnertubeNextResponse(payload as object, parsedResponse as object) as object
if not parsedResponse.Success
LogWarn("Invalid parsed response", parsedResponse)
return invalid
return parsedResponse
end if

if not IsArray(parsedResponse.Metadata.recommendedVideos)
Expand Down

0 comments on commit 745dc73

Please sign in to comment.