Move the remove source implementation into ProviderManager

This commit is contained in:
gnattu
2024-11-03 02:51:11 +08:00
parent 74d2c2addf
commit 469bf9d514
4 changed files with 16 additions and 8 deletions

View File

@@ -77,7 +77,8 @@ namespace MediaBrowser.Controller.Providers
Task SaveImage(BaseItem item, Stream source, string mimeType, ImageType type, int? imageIndex, CancellationToken cancellationToken);
/// <summary>
/// Saves the image.
/// Saves the image by giving the image path on filesystem.
/// This method will remove the image on the source path after saving it to the destination.
/// </summary>
/// <param name="item">Image to save.</param>
/// <param name="source">Source of image.</param>