mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +00:00
Updated Port to HTTPS-Version
This commit is contained in:
parent
ec32ba8c06
commit
e0357ef2b1
@ -103,7 +103,7 @@ namespace SpotifyAPI.Local
|
||||
parameters += "&returnon=login%2Clogout%2Cplay%2Cpause%2Cerror%2Cap";
|
||||
}
|
||||
|
||||
string address = "http://" + Host + ":4380/" + request + parameters;
|
||||
string address = "https://" + Host + ":4371/" + request + parameters;
|
||||
string response = "";
|
||||
try
|
||||
{
|
||||
@ -144,7 +144,7 @@ namespace SpotifyAPI.Local
|
||||
parameters += "&returnon=login%2Clogout%2Cplay%2Cpause%2Cerror%2Cap";
|
||||
}
|
||||
|
||||
string address = "http://" + Host + ":4380/" + request + parameters;
|
||||
string address = "https://" + Host + ":4371/" + request + parameters;
|
||||
string response = "";
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user