camstreamerlib 4.0.0-beta.147 → 4.0.0-beta.148
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/cjs/VapixAPI.js +1 -1
- package/esm/VapixAPI.js +1 -1
- package/package.json +1 -1
package/cjs/VapixAPI.js
CHANGED
|
@@ -141,7 +141,7 @@ class VapixAPI extends BasicAPI_1.BasicAPI {
|
|
|
141
141
|
return Number(job.jobid);
|
|
142
142
|
}
|
|
143
143
|
async fetchSDCardJobProgress(jobId, options) {
|
|
144
|
-
const res = await this._postUrlEncoded('/disks/job.cgi', {
|
|
144
|
+
const res = await this._postUrlEncoded('/axis-cgi/disks/job.cgi', {
|
|
145
145
|
jobid: String(jobId),
|
|
146
146
|
diskid: 'SD_DISK',
|
|
147
147
|
}, options);
|
package/esm/VapixAPI.js
CHANGED
|
@@ -138,7 +138,7 @@ export class VapixAPI extends BasicAPI {
|
|
|
138
138
|
return Number(job.jobid);
|
|
139
139
|
}
|
|
140
140
|
async fetchSDCardJobProgress(jobId, options) {
|
|
141
|
-
const res = await this._postUrlEncoded('/disks/job.cgi', {
|
|
141
|
+
const res = await this._postUrlEncoded('/axis-cgi/disks/job.cgi', {
|
|
142
142
|
jobid: String(jobId),
|
|
143
143
|
diskid: 'SD_DISK',
|
|
144
144
|
}, options);
|