You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will return any track with "null" on title, album, etc. instead of throwing an error or returning nothing (like passing undefined)). Null should not be parsed as a string in any case.
The text was updated successfully, but these errors were encountered:
Well the conversion does affect other types... boolean values being converted to string 'true'/'false', etc.
Considering the recommended practice is to wrap the GetQueryItems method with try/catch to check for invalid queries... if those use-cases don't throw, it's a call for problems.
Blank panel:
console.log(fb.GetQueryItems(fb.GetLibraryItems(), null))
Will return any track with "null" on title, album, etc. instead of throwing an error or returning nothing (like passing undefined)). Null should not be parsed as a string in any case.
The text was updated successfully, but these errors were encountered: