summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/details/audioPlayer.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/js/lib/views/details/audioPlayer.js')
-rw-r--r--public/assets/js/lib/views/details/audioPlayer.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/details/audioPlayer.js b/public/assets/js/lib/views/details/audioPlayer.js
index 700daa5..a2e38e5 100644
--- a/public/assets/js/lib/views/details/audioPlayer.js
+++ b/public/assets/js/lib/views/details/audioPlayer.js
@@ -77,6 +77,7 @@ const AudioPlayer = View.extend({
*/
onPlay: function (element) {
if (!this.active) {
+ this.$el.removeClass("unloaded");
this.active = true;
this.$el.addClass("active");
}