spotify/SpotifyLogin

canHandleURL on URLBuilder

Opened this issue · 0 comments

checking prefix on this function does not account for possibility of url having upper case characters. quick fix is
let redirectURLString = redirectURL.absoluteString.lowercased()