mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01: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