Khan / khan-mobile

You’re probably looking for www.github.com/khan/mobile
237 stars 34 forks source link

Make sure we can handle the case where playlist=<empty> #59

Closed adamjernst closed 13 years ago

adamjernst commented 13 years ago

If a playlist is deleted by Sal (as may happen occasionally), the iPad app will pass an empty playlist and video:

video=&playlist=

khan-mobile must be able to handle this case and display something appropriate (a blank page with "No Video Selected", perhaps).

adamjernst commented 13 years ago

Looking at what Mail does when no message is selected (e.g. an empty mailbox) might be helpful as a guide.

adamjernst commented 13 years ago

Just going to select a default video for now