mozilla / high-fidelity

HTML5 podcast app (for the Web, including FirefoxOS)
https://marketplace.firefox.com/app/podcasts
108 stars 40 forks source link

Re-implement unique podcast additions (don't allow duplicates) #75

Open brittanydionigi opened 9 years ago

brittanydionigi commented 9 years ago

Functionality here https://github.com/mozilla/high-fidelity/blob/master/app/scripts/models/podcast_model.js#L178-L188 is behaving kind of bizarre in ember-cli so I'm commenting it out for now.

brittanydionigi commented 9 years ago

Started working through this and ran into a lot of issues with the localstorage adapter and how it handles the logic for querying a specific record (so we can determine if the podcast already exists). I have an open issue for looking into other adapters but a lot of them seem to have similar issues/don't look much more promising. Will ask around/do some more debugging on the adapter.