mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 13:08:01 +02:00
Hotfixes
This commit is contained in:
parent
8efa6a6439
commit
945630bc60
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