fucked up filesize thing on user-upped tracks, bruh

This commit is contained in:
uh wot 2021-11-10 00:46:36 +01:00
parent ecd5fd3f8b
commit 763acaf182
Signed by: uhwot
GPG Key ID: CB2454984587B781
2 changed files with 3 additions and 3 deletions

4
dist/worker.js vendored

File diff suppressed because one or more lines are too long

View File

@ -151,7 +151,7 @@ async function track(id, format, tagging) {
json = { json = {
SNG_ID: json.id, SNG_ID: json.id,
FILESIZE_MISC: json.filesize_misc, FILESIZE_MP3_MISC: json.filesize_misc,
SNG_TITLE: json.title, SNG_TITLE: json.title,
ALB_TITLE: json.album.title, ALB_TITLE: json.album.title,
ART_NAME: json.artist.name, ART_NAME: json.artist.name,