feat: beta scrobble to site
This commit is contained in:
parent
178546935c
commit
05dfeb612e
5 changed files with 40 additions and 22 deletions
|
@ -6,6 +6,7 @@ const sanitizeMediaString = (string) => {
|
|||
return normalizedStr
|
||||
.replace(/[\u0300-\u036f]/g, '')
|
||||
.replace(/[\u2010]/g, '-')
|
||||
.replace(/—/g, '-')
|
||||
.replace(/\.{3}/g, '')
|
||||
.replace(/\?/g, '')
|
||||
.replace(/[\(\)\[\]\{\}]/g, '')
|
||||
|
|
Reference in a new issue