fix: extract streamExpressionMatched from AIOStream parser

This commit is contained in:
Viren070
2025-06-22 15:33:17 +01:00
parent a06aea923c
commit 7e657380d7
+1
View File
@@ -54,6 +54,7 @@ class AIOStreamsStreamParser extends StreamParser {
torrent: aioStream.streamData?.torrent,
parsedFile: aioStream.streamData?.parsedFile,
keywordMatched: aioStream.streamData?.keywordMatched,
streamExpressionMatched: aioStream.streamData?.streamExpressionMatched,
regexMatched: aioStream.streamData?.regexMatched,
originalName: aioStream.name ?? undefined,
originalDescription: (aioStream.description || stream.title) ?? undefined,