node-ytsr
node-ytsr copied to clipboard
Potentially fixes #196
I was getting this error when searching for a song by Cameo: Fast, Fierce & Funny Cameo audio
I got the error
Cannot read properties of undefined (reading 'simpleText') #196
I made the change on line 204 and got a new error where could not read properties of undefined reading canonicalBaseUrl
Based on my understanding of the code base these changes should be safe. Please let me know if otherwise.