Manav Rathi 1 年之前
父節點
當前提交
b7734406b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/apps/cast/src/services/cast.ts

+ 1 - 1
web/apps/cast/src/services/cast.ts

@@ -98,7 +98,7 @@ export const renderableImageURLs = async function* (castData: CastData) {
      * memory leak of the very first objectURL that we display.
      */
     const urls: string[] = [""];
-    let i = 0;
+    // const i = 0;
 
     /**
      * Number of milliseconds to keep the slide on the screen.