don't include disk

This commit is contained in:
Sayem Chowdhury 2021-03-28 15:33:01 +06:00
parent 1acbb8fe02
commit 55914025bd

View File

@ -191,12 +191,6 @@ export const parseInfo = async (url: string) => {
if (t.VERSION) {
t.SNG_TITLE += ' ' + t.VERSION;
}
if (t.DISK_NUMBER) {
t.ALB_TITLE += ` (Disc ${Number(t.DISK_NUMBER).toLocaleString('en-US', {
minimumIntegerDigits: 2,
useGrouping: false,
})})`;
}
return t;
}),
};