diff --git a/SpotifyAPI/Local/SpotifyLocalAPIConfig.cs b/SpotifyAPI/Local/SpotifyLocalAPIConfig.cs index a2ea6fd9..7234675b 100644 --- a/SpotifyAPI/Local/SpotifyLocalAPIConfig.cs +++ b/SpotifyAPI/Local/SpotifyLocalAPIConfig.cs @@ -5,8 +5,8 @@ { public int TimerInterval { get; set; } = 50; - public string HostUrl { get; set; } = "https://127.0.0.1"; + public string HostUrl { get; set; } = "http://127.0.0.1"; - public int Port { get; set; } = 4371; + public int Port { get; set; } = 4381; } } \ No newline at end of file