Pass CancellationToken to ExtractAllAttachments

This commit is contained in:
Nils Fürniß
2022-03-12 10:19:57 +01:00
parent 6904edf68c
commit 90463d5e4f
2 changed files with 4 additions and 2 deletions

View File

@@ -18,11 +18,13 @@ namespace MediaBrowser.Controller.MediaEncoding
string mediaSourceId,
int attachmentStreamIndex,
CancellationToken cancellationToken);
Task ExtractAllAttachments(
string inputFile,
MediaSourceInfo mediaSource,
string outputPath,
CancellationToken cancellationToken);
Task ExtractAllAttachmentsExternal(
string inputArgument,
string id,