|
@@ -49,9 +49,8 @@ class DPlayer {
|
|
}
|
|
}
|
|
if (this.options.live) {
|
|
if (this.options.live) {
|
|
this.container.classList.add('dplayer-live');
|
|
this.container.classList.add('dplayer-live');
|
|
- }
|
|
|
|
- else {
|
|
|
|
- this.container.classList.remove("dplayer-live");
|
|
|
|
|
|
+ } else {
|
|
|
|
+ this.container.classList.remove('dplayer-live');
|
|
}
|
|
}
|
|
if (utils.isMobile) {
|
|
if (utils.isMobile) {
|
|
this.container.classList.add('dplayer-mobile');
|
|
this.container.classList.add('dplayer-mobile');
|