Compare commits
2 Commits
0.6.0
...
081523b510
Author | SHA1 | Date | |
---|---|---|---|
081523b510 | |||
856e30aacc |
@@ -5,6 +5,14 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.6.0 (2025-07-20)
|
||||||
|
------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Formatting, refs NOISSUE. [Simon Diesenreiter]
|
- Formatting, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
@@ -77,7 +77,7 @@ public class SpotifyApiClient
|
|||||||
|
|
||||||
public string GetLoginRedirectUri()
|
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)
|
private bool IsAuthTokenExpired(User user)
|
||||||
|
@@ -1 +1 @@
|
|||||||
0.6.0
|
0.6.1
|
||||||
|
Reference in New Issue
Block a user