From 9e6c11818fc3a4c8ca0579fb68afb3099779e081 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sun, 3 Sep 2017 14:53:04 +0200 Subject: [PATCH] Updated local port and scheme --- SpotifyAPI/Local/SpotifyLocalAPIConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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