Browse Source

blah commit

unknown 9 năm trước cách đây
mục cha
commit
1b30d2d46c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/app.js

+ 1 - 1
app/app.js

@@ -212,6 +212,7 @@ if (Meteor.isClient) {
         var size = 0;
         var artistStr;
         var temp = "";
+        var currentArt;
 
         function getTimeElapsed() {
             if (currentSong !== undefined) {
@@ -354,7 +355,6 @@ if (Meteor.isClient) {
                         startSong();
                     }
                 }, 1000);
-
                 Meteor.setInterval(function () {
                     resizeSeekerbar();
                 }, 50);