Loading src/app/modules/pro/channel/channel.service.ts +1 −0 Original line number Original line Diff line number Diff line Loading @@ -166,6 +166,7 @@ export class ProChannelService implements OnDestroy { (this.currentChannel.pro_settings.featured_content || []).join(',') || (this.currentChannel.pro_settings.featured_content || []).join(',') || '', '', cache: true, cache: true, force_public: 1, }; }; const { const { Loading src/app/modules/pro/channel/list/list.component.ts +2 −0 Original line number Original line Diff line number Diff line Loading @@ -146,6 +146,8 @@ export class ProChannelListComponent implements OnInit, OnDestroy { params.sync = 1; params.sync = 1; } } params.force_public = 1; let url = `api/v2/pro/content/${this.channelService.currentChannel.guid}/${this.type}`; let url = `api/v2/pro/content/${this.channelService.currentChannel.guid}/${this.type}`; try { try { Loading Loading
src/app/modules/pro/channel/channel.service.ts +1 −0 Original line number Original line Diff line number Diff line Loading @@ -166,6 +166,7 @@ export class ProChannelService implements OnDestroy { (this.currentChannel.pro_settings.featured_content || []).join(',') || (this.currentChannel.pro_settings.featured_content || []).join(',') || '', '', cache: true, cache: true, force_public: 1, }; }; const { const { Loading
src/app/modules/pro/channel/list/list.component.ts +2 −0 Original line number Original line Diff line number Diff line Loading @@ -146,6 +146,8 @@ export class ProChannelListComponent implements OnInit, OnDestroy { params.sync = 1; params.sync = 1; } } params.force_public = 1; let url = `api/v2/pro/content/${this.channelService.currentChannel.guid}/${this.type}`; let url = `api/v2/pro/content/${this.channelService.currentChannel.guid}/${this.type}`; try { try { Loading