Compare commits
2 Commits
82946ac812
...
0.6.1
Author | SHA1 | Date | |
---|---|---|---|
081523b510 | |||
856e30aacc |
@@ -5,6 +5,14 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.6.0 (2025-07-20)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Formatting, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
@@ -77,7 +77,7 @@ public class SpotifyApiClient
|
||||
|
||||
public string GetLoginRedirectUri()
|
||||
{
|
||||
return "http://127.0.0.1:5000/SpotifyLogin";
|
||||
return AppConfiguration.Instance.WebUIBaseURL + (AppConfiguration.Instance.WebUIBaseURL.EndsWith("/") ? "SpotifyLogin" : "/SpotifyLogin");
|
||||
}
|
||||
|
||||
private bool IsAuthTokenExpired(User user)
|
||||
|
@@ -1 +1 @@
|
||||
0.6.0
|
||||
0.6.1
|
||||
|
Reference in New Issue
Block a user