add new album header

This commit is contained in:
geoffrey45
2022-02-19 18:43:17 +03:00
parent dcfb0a6ed1
commit a6bb5059b0
18 changed files with 101 additions and 189 deletions
+3 -1
View File
@@ -47,7 +47,9 @@ function changeTab(tab) {
setTimeout(() => {}, 300);
}).then(() => {
if (tab === tabs.queue) {
perks.focusCurrent();
setTimeout(() => {
perks.focusCurrent();
}, 300);
}
});
}