fucked up filesize thing on user-upped tracks, bruh
This commit is contained in:
parent
ecd5fd3f8b
commit
763acaf182
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 = {
|
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,
|
||||||
|
|
Loading…
Reference in New Issue