mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Pass CancellationToken to ExtractAllAttachments
This commit is contained in:
parent
6904edf68c
commit
90463d5e4f
2 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue