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(
report([ report([
scrapeSourceOutputToProviderMetric(meta, sourceId, null, "success", null), scrapeSourceOutputToProviderMetric(meta, sourceId, null, "success", null),
]); ]);
await prepareStream(result.stream[0]);
setSourceId(sourceId); setSourceId(sourceId);
setCaption(null); setCaption(null);
setSource( setSource(

Loading…
Cancel
Save