Compare commits
4 Commits
0.6.0
...
d41c4d2b2d
Author | SHA1 | Date | |
---|---|---|---|
d41c4d2b2d | |||
bc7b16ecb4 | |||
081523b510 | |||
856e30aacc |
19
HISTORY.md
19
HISTORY.md
@@ -5,6 +5,25 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Build issues, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.6.1 (2025-07-20)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
|
0.6.0 (2025-07-20)
|
||||||
|
------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Formatting, refs NOISSUE. [Simon Diesenreiter]
|
- Formatting, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
@@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
|
|||||||
LdapUserName = string.Empty,
|
LdapUserName = string.Empty,
|
||||||
AssociationInProgress = false,
|
AssociationInProgress = false,
|
||||||
WasChosenForSuggestionThisRound = false,
|
WasChosenForSuggestionThisRound = false,
|
||||||
|
LikedSongs = new List<Song>()
|
||||||
};
|
};
|
||||||
dci.Users?.Add(newUser);
|
dci.Users?.Add(newUser);
|
||||||
needsSaving = true;
|
needsSaving = true;
|
||||||
|
@@ -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.2
|
||||||
|
Reference in New Issue
Block a user