Dustin Rouillard

Results 3 issues of Dustin Rouillard

Added to the undefined checking so it doesn't error if res or res.track is not defined.

When closing spotify this happens, javascript doesn't seem to be your strong suit. But bugs happen. ``` C:\Users\Tetrabyte\Documents\spoticord\app.js:59 if (!res.track.track_resource || !res.track.artist_resource) return; ^ TypeError: Cannot read property 'track_resource' of...

I made a pull request to actually let you know what the error is when this pops up, I did some research and it looks like this happens whenever the...