Manav Rathi 1 gadu atpakaļ
vecāks
revīzija
d110645703

+ 1 - 0
web/apps/cast/src/pages/slideshow.tsx

@@ -77,6 +77,7 @@ const Message = styled("div")`
     height: 100%;
     justify-content: center;
     align-items: center;
+    text-align: center;
 
     line-height: 1.5rem;
 

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

@@ -133,7 +133,7 @@ export const imageURLGenerator = async function* (castData: CastData) {
 
             if (!isFileEligible(file)) continue;
 
-            console.log("will start createRenderableURL", new Date());
+            console.log("will start createRenderableURL", new Date(), file);
             let url: string;
             try {
                 url = await createRenderableURL(castToken, file);