mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
XbmcProvider will use HttpProvider.
Added DownloadString for HttpProvider that allows for authenticaion (required for XBMC with username/password).
This commit is contained in:
parent
2f8ad5db45
commit
9e15b27e3a
4 changed files with 42 additions and 19 deletions
|
@ -3,5 +3,6 @@
|
|||
public interface IHttpProvider
|
||||
{
|
||||
string DownloadString(string request);
|
||||
string DownloadString(string request, string username, string password);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue