first time qualist switch
This commit is contained in:
parent
ca5404d829
commit
e9ee177ffb
|
|
@ -495,6 +495,7 @@ class DPlayer {
|
|||
}
|
||||
|
||||
switchQuality (index) {
|
||||
index = typeof index === 'string' ? parseInt(index) : index;
|
||||
if (this.qualityIndex === index || this.switchingQuality) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue