Skip to content

Commit 9e6c118

Browse files
committed
Updated local port and scheme
1 parent 1af1d37 commit 9e6c118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SpotifyAPI/Local/SpotifyLocalAPIConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ public class SpotifyLocalAPIConfig
55
{
66
public int TimerInterval { get; set; } = 50;
77

8-
public string HostUrl { get; set; } = "https://127.0.0.1";
8+
public string HostUrl { get; set; } = "http://127.0.0.1";
99

10-
public int Port { get; set; } = 4371;
10+
public int Port { get; set; } = 4381;
1111
}
1212
}

0 commit comments

Comments
 (0)