- Added Preferences tab
	- Piped Api Selection
	- Bug Fixes
This commit is contained in:
Shiny Nematoda 2022-05-15 09:51:06 +05:30
parent 19fc65e6c0
commit 0c1bb172b1
16 changed files with 384 additions and 216 deletions

View file

@ -27,7 +27,7 @@ const emit = defineEmits([
function Save() {
showpl.value = true;
useListPlaylists((res) => {
useListPlaylists(res => {
console.log(res);
list.value = res;
showmenu.value = false;
@ -42,7 +42,7 @@ function Save() {
:display="showpl"
title="Select Playlist to Add"
@show="
(e) => {
e => {
showpl = e;
}
">