New sync methods

This commit is contained in:
2023-12-12 00:43:12 +02:00
parent 2d3c48c1c1
commit 62c1ccd9c4
3 changed files with 73 additions and 14 deletions

View File

@ -745,7 +745,7 @@ export class UserAPI {
if (id !== "" && zid !== "z0") {
// Sync named patterns to z0 by default
player.sync("z0");
player.sync("z0", false);
}
return player;