mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Built docs | AppVeyor Build 201
This commit is contained in:
parent
3142990ff0
commit
c52f4254e9
@ -246,7 +246,7 @@ static void Main(string[] args)
|
|||||||
//Set this to localhost if you want to use the built-in HTTP Server
|
//Set this to localhost if you want to use the built-in HTTP Server
|
||||||
RedirectUri = "http://localhost",
|
RedirectUri = "http://localhost",
|
||||||
//How many permissions we need?
|
//How many permissions we need?
|
||||||
Scope = Scope.USER_READ_PRIVATE,
|
Scope = Scope.UserReadPrivate,
|
||||||
};
|
};
|
||||||
//Start the internal http server
|
//Start the internal http server
|
||||||
auth.StartHttpServer();
|
auth.StartHttpServer();
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user