|
@@ -1,4 +1,5 @@
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
|
|
+using System.Net.Http;
|
|
using System.Threading;
|
|
using System.Threading;
|
|
using System.Threading.Tasks;
|
|
using System.Threading.Tasks;
|
|
using MediaBrowser.Common.Net;
|
|
using MediaBrowser.Common.Net;
|
|
@@ -34,6 +35,6 @@ namespace MediaBrowser.Controller.Providers
|
|
/// <param name="url">The URL.</param>
|
|
/// <param name="url">The URL.</param>
|
|
/// <param name="cancellationToken">The cancellation token.</param>
|
|
/// <param name="cancellationToken">The cancellation token.</param>
|
|
/// <returns>Task{HttpResponseInfo}.</returns>
|
|
/// <returns>Task{HttpResponseInfo}.</returns>
|
|
- Task<HttpResponseInfo> GetImageResponse(string url, CancellationToken cancellationToken);
|
|
|
|
|
|
+ Task<HttpResponseMessage> GetImageResponse(string url, CancellationToken cancellationToken);
|
|
}
|
|
}
|
|
}
|
|
}
|