mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Merge branch 'main' into patch-accessibility-bgcolor
This commit is contained in:
commit
8bd6703e9e
3 changed files with 19 additions and 7 deletions
|
@ -47,7 +47,7 @@ function List() {
|
|||
function Save() {
|
||||
if (pl.value) {
|
||||
if (plRemote.value == true && store.auth) {
|
||||
setAuthAddToPlaylist(data.state.url);
|
||||
useAuthAddToPlaylist(pl.value, data.state.url);
|
||||
} else if (plRemote.value == false) {
|
||||
useUpdatePlaylist(
|
||||
pl.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue