Explorar el Código

fixed the YT playlist to queue bug

Akira Laine hace 9 años
padre
commit
8070b29e51
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/client/client.js

+ 1 - 0
app/client/client.js

@@ -934,6 +934,7 @@ Template.room.events({
                                     }
                                 }
                                 $(this).parent().remove();
+                                Session.set("YTImportQueue", ytImportQueue);
                             });
                             Session.set("importingPlaylist", false);
                             $("#import-progress").attr("aria-valuenow", 100);