mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-29 00:28:43 +00:00
fix extension not preparing stream on embed selection
This commit is contained in:
parent
e1be30dde9
commit
d32ef6ed9a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue