show existing image on update playlist modal

+ some modal cleanup
This commit is contained in:
geoffrey45
2022-09-15 17:09:20 +03:00
parent 94eb198e47
commit 65cd2213fa
7 changed files with 22 additions and 20 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default defineStore("search", () => {
const route = useRoute();
const currentTab = ref("tracks");
const RESULT_COUNT = 6;
const RESULT_COUNT = 10;
const loadCounter = reactive({
tracks: 0,