Pass CancellationToken to ExtractAllAttachments

This commit is contained in:
Nils Fürniß 2022-03-12 10:19:57 +01:00
parent 6904edf68c
commit 90463d5e4f
No known key found for this signature in database
GPG key ID: 79CB1318699409FF
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,