scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Import/Export error with empty database #12

Closed scottohara closed 13 years ago

scottohara commented 13 years ago

On first run, if no programs exist and you try to import; the dataSync controller's checkForLocalChanges() method errors because the data parameter is null or not an object.

scottohara commented 13 years ago

Fixed by checking that the data param is not null