@saooti/octopus-sdk 32.0.31 → 32.0.32

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/README.md CHANGED
@@ -682,3 +682,4 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
682
682
  * 32.0.29 SpeechToText
683
683
  * 32.0.30 SpeechToText
684
684
  * 32.0.31 Merge live IOS
685
+ * 32.0.32 Error player parameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.31",
3
+ "version": "32.0.32",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -269,7 +269,7 @@ export default defineComponent({
269
269
  },
270
270
  isPlayerParameter(): boolean{
271
271
  return (!this.podcast ||
272
- (this.displayArticle) ||
272
+ (this.displayArticleParam) ||
273
273
  this.isEmission || this.isLargeEmission || this.isLargeSuggestion ||
274
274
  (this.displayTranscriptParam))
275
275
  && !this.playlist;