mirror of
https://github.com/bytedance/xgplayer.git
synced 2025-04-05 11:18:46 +08:00
fix(xgplayer): poster插件增加setConfig
This commit is contained in:
parent
d28f5aaaaa
commit
ae2d56c8f3
@ -77,6 +77,14 @@ class Poster extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
setConfig (config) {
|
||||
Object.keys(config).forEach(key => {
|
||||
this.config[key] = config[key]
|
||||
})
|
||||
const { poster } = this.config
|
||||
this.update(poster)
|
||||
}
|
||||
|
||||
onTimeUpdate () {
|
||||
if (!this.player.currentTime) {
|
||||
this.once(Events.TIME_UPDATE, () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user