1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00

fix extension not preparing stream on embed selection

This commit is contained in:
Jorrin 2024-01-10 19:43:54 +01:00
parent e1be30dde9
commit d32ef6ed9a

View file

@ -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(