Skip to content

Commit a6ffa96

Browse files
committed
Added another local api port to docs
1 parent 2008a6f commit a6ffa96

File tree

1 file changed

+1
-1
lines changed
  • SpotifyAPI.Docs/docs/SpotifyLocalAPI

1 file changed

+1
-1
lines changed

SpotifyAPI.Docs/docs/SpotifyLocalAPI/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static void Main(String[] args)
4242

4343
## Configuration
4444

45-
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:
45+
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:
4646

4747
```cs
4848
_spotify = new SpotifyLocalAPI(new SpotifyLocalAPIConfig

0 commit comments

Comments
 (0)