mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
sync updates
This commit is contained in:
parent
d12bcc2d24
commit
bda0b2f7c4
10 changed files with 29 additions and 18 deletions
|
|
@ -18,7 +18,7 @@ namespace MediaBrowser.Controller.Sync
|
|||
/// <param name="progress">The progress.</param>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task<SendFileResult> SendFile(Stream stream, string remotePath, SyncTarget target, IProgress<double> progress, CancellationToken cancellationToken);
|
||||
Task<SyncedFileInfo> SendFile(Stream stream, string remotePath, SyncTarget target, IProgress<double> progress, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Deletes the file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue