Browse Source

fix extension not preparing stream on embed selection

pull/760/head
Jorrin 2 years ago
parent
commit
d32ef6ed9a
  1. 1
      src/components/player/hooks/useSourceSelection.ts

1
src/components/player/hooks/useSourceSelection.ts

@ -72,6 +72,7 @@ export function useEmbedScraping( @@ -72,6 +72,7 @@ export function useEmbedScraping(
report([
scrapeSourceOutputToProviderMetric(meta, sourceId, null, "success", null),
]);
await prepareStream(result.stream[0]);
setSourceId(sourceId);
setCaption(null);
setSource(

Loading…
Cancel
Save