mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 22:36:33 +01:00
plugin security fixes and other abstractions
This commit is contained in:
@@ -24,7 +24,7 @@ namespace MediaBrowser.ApiInteraction
|
||||
/// <param name="logger">The logger.</param>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task{Stream}.</returns>
|
||||
Task<Stream> GetStreamAsync(string url, ILogger logger, CancellationToken cancellationToken);
|
||||
Task<Stream> GetAsync(string url, ILogger logger, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Deletes the async.
|
||||
|
||||
Reference in New Issue
Block a user