浏览代码

fixed the YT playlist to queue bug

Akira Laine 9 年之前
父节点
当前提交
8070b29e51
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);