Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EspionSpotify/API/SpotifyAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace EspionSpotify.API
{
public sealed class SpotifyAPI : ISpotifyAPI, IExternalAPI, IDisposable
{
public const string SPOTIFY_API_DEFAULT_REDIRECT_URL = "http://localhost:4002";
public const string SPOTIFY_API_DEFAULT_REDIRECT_URL = "http://127.0.0.1:4002";
public const string SPOTIFY_API_DASHBOARD_URL = "https://developer.spotify.com/dashboard";
private readonly AuthorizationCodeAuth _auth;
private readonly LastFMAPI _lastFmApi;
Expand Down
2 changes: 1 addition & 1 deletion EspionSpotify/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<value>False</value>
</setting>
<setting name="app_spotify_api_redirect_url" serializeAs="String">
<value>http://localhost:4002</value>
<value>http://127.0.0.1:4002</value>
</setting>
<setting name="settings_minimize_to_system_tray_enabled" serializeAs="String">
<value>False</value>
Expand Down
2 changes: 1 addition & 1 deletion EspionSpotify/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion EspionSpotify/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="app_spotify_api_redirect_url" Type="System.String" Scope="User">
<Value Profile="(Default)">http://localhost:4002</Value>
<Value Profile="(Default)">http://127.0.0.1:4002</Value>
</Setting>
<Setting Name="settings_minimize_to_system_tray_enabled" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
Expand Down
2 changes: 1 addition & 1 deletion EspionSpotify/setup-spotify-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- (e.g.:) Name: spotify, description: none, building: i don't know
- Accept the terms
Click on the new spotify application that you created and click on Edit the settings
- Set as "Redirect URI" the value "http://localhost:4002", Add and save it.
- Set as "Redirect URI" the value "http://127.0.0.1:4002", Add and save it.
On the spotify app dashboard, get
- The "Client ID"
- The "Client Secret" (click on Show)
Expand Down