@saooti/octopus-sdk 38.0.9 → 38.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "38.0.9",
3
+ "version": "38.0.10",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -161,7 +161,10 @@ export default defineComponent({
161
161
  return (
162
162
  undefined !== this.podcast &&
163
163
  undefined !== this.podcast.article &&
164
- 0 !== this.podcast.article.length
164
+ 0 !== this.podcast.article.length &&
165
+ ("default" === this.iFrameModel ||
166
+ "large" === this.iFrameModel ||
167
+ "largeMore" === this.iFrameModel)
165
168
  );
166
169
  },
167
170
  displayTranscriptParam(): boolean {
@@ -355,7 +358,7 @@ export default defineComponent({
355
358
  if (!this.proceedReading) {
356
359
  url.push("&proceed=false");
357
360
  }
358
- if (!this.displayArticle) {
361
+ if (!this.displayArticle && this.displayArticleParam) {
359
362
  url.push("&article=false");
360
363
  }
361
364
  if (!this.displayTranscript) {