gemercheung %!s(int64=3) %!d(string=hai) anos
pai
achega
e1d93941f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/scene/scene.service.ts

+ 1 - 1
src/scene/scene.service.ts

@@ -505,7 +505,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
           DIR: 1,
         };
         const hasPush = await this.streamService.pushFrameToSteam(streamData);
-        return resolve(hasPush);
+        return resolve(hasPush.done);
       } catch (error) {
         return reject(false);
       }