fix watchdog

- remove creating album feature from watchdog (rely on the periodic function)
This commit is contained in:
geoffrey45
2022-07-02 20:10:13 +03:00
committed by Mungai Geoffrey
parent c9830842ed
commit 6fbf179f34
7 changed files with 37 additions and 57 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ import { focusElem } from "../composables/perks";
const tablist = {
home: "home",
search: "search",
queue: "queue",
search: "search",
};
export default defineStore("tabs", {