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
Fix for crash when using Spotify and a song title had a / in it. This was caused by Spotify's API not liking the use of a /. I now replaced the / with a space in code and it's worked on all songs I've tested so far. This fixes #91.