fix loadmore counter not resetting

- store load more counter in search store
This commit is contained in:
geoffrey45
2022-06-11 10:01:16 +03:00
parent 75123f5384
commit 191ac0bc7b
9 changed files with 47 additions and 27 deletions
-1
View File
@@ -4,7 +4,6 @@ import useFStore from "@/stores/pages/folder";
import usePStore from "@/stores/pages/playlist";
import useQStore from "@/stores/queue";
const queue = useQStore;
const folder = useFStore;
const album = useAStore;