Version 1.4.1 (#70)

- #69 Partager ma collection

Co-authored-by: dbroqua <contact@darkou.fr>
Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/70
This commit is contained in:
Damien Broqua 2022-11-02 09:56:59 +01:00
parent 1d59ee3b71
commit 9fe49eca27
2 changed files with 2 additions and 1 deletions

View file

@ -20,7 +20,7 @@ if (typeof isPublicCollection !== "undefined") {
itemId: null,
showModalDelete: false,
showModalShare: false,
shareLink: `${protocol}//${host}/collection/<%= user._id %>`,
shareLink: `${protocol}//${host}/collection/${userId}`,
// eslint-disable-next-line no-undef
isPublicCollection,
};