From a6ffa961b24172a7eda04be3caed33f2f1295fbc Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Mon, 15 Jan 2018 23:18:04 +0100 Subject: [PATCH] Added another local api port to docs --- SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md b/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md index 311ec716..cd3cbb9a 100644 --- a/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md +++ b/SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md @@ -42,7 +42,7 @@ public static void Main(String[] args) ## Configuration -Different spotify versions often require different configuration. Some versions run their web-helper on port `4371`, others on `4381`. Also, some use `https`, and others use `http`. You can use `SpotifyLocalAPIConfig` to configure the API: +Different spotify versions often require different configuration. Some versions run their web-helper on port `4371`, others on `4381` or `4380`. Also, some use `https`, and others use `http`. You can use `SpotifyLocalAPIConfig` to configure the API: ```cs _spotify = new SpotifyLocalAPI(new SpotifyLocalAPIConfig