fucked up filesize thing on user-upped tracks, bruh
This commit is contained in:
parent
ecd5fd3f8b
commit
763acaf182
2 changed files with 3 additions and 3 deletions
4
dist/worker.js
vendored
4
dist/worker.js
vendored
File diff suppressed because one or more lines are too long
2
index.js
2
index.js
|
@ -151,7 +151,7 @@ async function track(id, format, tagging) {
|
|||
|
||||
json = {
|
||||
SNG_ID: json.id,
|
||||
FILESIZE_MISC: json.filesize_misc,
|
||||
FILESIZE_MP3_MISC: json.filesize_misc,
|
||||
SNG_TITLE: json.title,
|
||||
ALB_TITLE: json.album.title,
|
||||
ART_NAME: json.artist.name,
|
||||
|
|
Loading…
Add table
Reference in a new issue