mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Fixed custom HTML example
This commit is contained in:
parent
4a255386d4
commit
d095a5a870
@ -20,7 +20,7 @@ namespace Example.CLI.CustomHTML
|
||||
new Uri("http://localhost:5000/callback"),
|
||||
5000,
|
||||
Assembly.GetExecutingAssembly(),
|
||||
"CLI.CustomHTML.Resources.custom_site"
|
||||
"Example.CLI.CustomHTML.Resources.custom_site"
|
||||
);
|
||||
await _server.Start();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user