diff --git a/app/channel/route.js b/app/channel/route.js index 954e9dc3c..d513f7b1b 100644 --- a/app/channel/route.js +++ b/app/channel/route.js @@ -23,8 +23,7 @@ export default Route.extend(PlayParamMixin, { set(this, 'listingSlug', listingSlug); let listenLive = this.store.findRecord('chunk', `shows-${params.slug}-listenlive`) - .then(c => this.store.createRecord('django-page', {text: c.get('content')})) - .catch(() => {}); + .catch(() => ''); return this.store.find('django-page', listingSlug.replace(/\/*$/, '/')).then(page => { return waitFor({