We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b848913 + a24aa73 commit d9862eaCopy full SHA for d9862ea
src/pages/Setting.tsx
@@ -72,6 +72,9 @@ const Setting = () => {
72
if (account.username === accounts[currentAccount].username) {
73
resetPlayQueue()
74
resetPlayer()
75
+ updateHistoryList(null)
76
+ updatePlaylists(null)
77
+ updateFolderTree(['/'])
78
}
79
if (currentAccount === accounts.length - 1) {
80
updateCurrentAccount((accounts.length - 1) <= 1 ? 0 : (accounts.length - 1))
0 commit comments