|
@@ -50,6 +50,9 @@ 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");
|
|
|
|
+ }
|
|
if (utils.isMobile) {
|
|
if (utils.isMobile) {
|
|
this.container.classList.add('dplayer-mobile');
|
|
this.container.classList.add('dplayer-mobile');
|
|
}
|
|
}
|