Compare commits

2 Commits
0.6.0 ... 0.6.1

Author SHA1 Message Date
081523b510 release: version 0.6.1 🚀
Some checks failed
Build Docker image / Create Release (push) Successful in 1m5s
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m29s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
Build Docker image / deploy (push) Has been cancelled
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
2025-07-20 03:24:40 +02:00
856e30aacc fix: remove local debugging configs, refs NOISSUE 2025-07-20 03:24:35 +02:00
3 changed files with 10 additions and 2 deletions

View File

@@ -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]

View File

@@ -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)

View File

@@ -1 +1 @@
0.6.0 0.6.1