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
@@ -38,11 +38,9 @@ import LoadMore from "./LoadMore.vue";
const search = useSearchStore();
const props = defineProps<{
defineProps<{
album_grid?: boolean;
}>();
console.log(search.albums);
</script>
<style lang="scss">