Manav Rathi 1 anno fa
parent
commit
b7734406b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.