Added sync and wait

This commit is contained in:
2023-09-01 00:13:26 +03:00
parent d496d4a9fb
commit 97f6c21993
5 changed files with 66 additions and 12 deletions

View File

@ -383,6 +383,11 @@ export class UserAPI {
player.updateLastCallTime();
if(id !== "") {
// Sync named patterns to z0 by default
player.sync("z0");
}
return player;
};