@volcengine/veplayer 1.17.2-rc.0 → 1.17.2-rc.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/index.d.ts +1 -1
- package/index.min.js +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7284,7 +7284,7 @@ declare class VePlayer {
|
|
|
7284
7284
|
* @memberof VePlayer
|
|
7285
7285
|
*/
|
|
7286
7286
|
getCurrentPlayerConfig(): {
|
|
7287
|
-
type?: "vod" | "live";
|
|
7287
|
+
type?: "vod" | "live";
|
|
7288
7288
|
isLive?: boolean;
|
|
7289
7289
|
lineId?: string | number;
|
|
7290
7290
|
definition?: string;
|