@saooti/octopus-sdk 36.0.31 → 36.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "36.0.31",
3
+ "version": "36.0.32",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -279,7 +279,7 @@ export default defineComponent({
279
279
  if (
280
280
  (!this.podcast.availability.visibility ||
281
281
  ('READY_TO_RECORD' !== this.podcast.processingStatus &&
282
- 'READY' !== this.podcast.processingStatus) ||
282
+ 'READY' !== this.podcast.processingStatus && 'PROCESSING' !== this.podcast.processingStatus) ||
283
283
  false === this.podcast.valid) &&
284
284
  !this.editRight
285
285
  ) {