forked from dbroqua/MusicTopus
{BUGFIX} On share my collection
This commit is contained in:
parent
71c120564a
commit
041e24e26f
2 changed files with 12 additions and 0 deletions
|
@ -43,6 +43,10 @@ class Me extends Pages {
|
|||
user.salt = value.password;
|
||||
}
|
||||
|
||||
if (value.isPublicCollection !== undefined) {
|
||||
user.isPublicCollection = value.isPublicCollection;
|
||||
}
|
||||
|
||||
user.save();
|
||||
|
||||
await new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue