mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Changes:
- Added Preferences tab - Piped Api Selection - Bug Fixes
This commit is contained in:
parent
19fc65e6c0
commit
0c1bb172b1
16 changed files with 384 additions and 216 deletions
|
@ -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;
|
||||
}
|
||||
">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue