mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
resolve update check errors
This commit is contained in:
@@ -1411,8 +1411,9 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Gets the synchronize job item file.
|
||||
/// </summary>
|
||||
/// <param name="id">The identifier.</param>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task<Stream>.</returns>
|
||||
Task<Stream> GetSyncJobItemFile(string id);
|
||||
Task<Stream> GetSyncJobItemFile(string id, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Opens the web socket.
|
||||
|
||||
Reference in New Issue
Block a user