7.6.1: fixed numbers in metadata and file names

also replaced the 7.6 banner with webp version
This commit is contained in:
wukko
2023-10-15 14:39:17 +06:00
parent 43bfa7cb5d
commit b093bf33bd
8 changed files with 11 additions and 11 deletions

View File

@@ -70,8 +70,8 @@ export default async function(obj) {
if (!file) return { error: 'ErrorCouldntFetch' };
let fileMetadata = {
title: cleanString(json.title.replace(/\p{Emoji}/gu, '').trim()),
artist: cleanString(json.user.username.replace(/\p{Emoji}/gu, '').trim()),
title: cleanString(json.title.trim()),
artist: cleanString(json.user.username.trim()),
}
return {