mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-28 16:14:30 +02:00
don't include disk
This commit is contained in:
parent
1acbb8fe02
commit
55914025bd
@ -191,12 +191,6 @@ export const parseInfo = async (url: string) => {
|
|||||||
if (t.VERSION) {
|
if (t.VERSION) {
|
||||||
t.SNG_TITLE += ' ' + 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;
|
return t;
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user