tiy-tpa-js-q1-2015 / assignments

0 stars 2 forks source link

Assignment 24 #225

Closed jisaacks closed 9 years ago

jisaacks commented 9 years ago

https://github.com/tiy-tpa-js-q1-2015/assignments/tree/master/024#031215

thebeckyhamm commented 9 years ago

Repo: https://github.com/thebeckyhamm/tiy-assignment-24

GH Pages: http://thebeckyhamm.github.io/tiy-assignment-24/

This one was hard, there's still some bugs and I didn't get to do any auto-play stuff for it.

jisaacks commented 9 years ago

Yeah, this was a hard assignment. I am trying to get everyone prepared for final projects. The only bug I noticed so far was when you search. You are trying to pause the currently playing song when a search is submitted. When there is no song playing though it causes an error and makes the search fail. You can fix that easily by checking if the stream exists before trying to pause it in your model.pause function.