@byteplus/veplayer-plugin 2.9.0-rc.1 → 2.9.1
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/esm/index.development.js +2 -1
- package/esm/index.production.js +1 -1
- package/esm/veplayer.plugin.rtm.development.js +2 -1
- package/esm/veplayer.plugin.rtm.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.plugin.rtm.development.js +2 -1
- package/umd/veplayer.plugin.rtm.production.js +1 -1
package/package.json
CHANGED
|
@@ -7646,6 +7646,7 @@
|
|
|
7646
7646
|
this._pc.close();
|
|
7647
7647
|
if (this._media) {
|
|
7648
7648
|
this._media.srcObject = null;
|
|
7649
|
+
this._media.removeAttribute("src");
|
|
7649
7650
|
}
|
|
7650
7651
|
}
|
|
7651
7652
|
}
|
|
@@ -7815,7 +7816,7 @@
|
|
|
7815
7816
|
}, {
|
|
7816
7817
|
key: "version",
|
|
7817
7818
|
get: function get() {
|
|
7818
|
-
return "0.2.1-alpha.
|
|
7819
|
+
return "0.2.1-alpha.43";
|
|
7819
7820
|
}
|
|
7820
7821
|
}, {
|
|
7821
7822
|
key: "beforePlayerInit",
|