KrisVos130 9 lat temu
rodzic
commit
03a470cc9a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/app.js

+ 1 - 1
app/app.js

@@ -270,7 +270,7 @@ if (Meteor.isClient) {
             if (data.history.length > size) {
                 currentSong = data.history[data.history.length-1];
                 size = data.history.length;
-                $("#seeker-bar").remove();
+                $(".room-artist").after("<div id='seeker-bar'></div>")
                 startSong();
             }
         }, 1000);