mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-07-27 15:44:26 +02:00
update song title
This commit is contained in:
parent
61eb734a03
commit
9aad9ba389
@ -188,7 +188,7 @@ export const parseInfo = async (url: string) => {
|
|||||||
linktype,
|
linktype,
|
||||||
linkinfo,
|
linkinfo,
|
||||||
tracks: tracks.map((t) => {
|
tracks: tracks.map((t) => {
|
||||||
if (t.VERSION) {
|
if (t.VERSION && !t.SNG_TITLE.includes(t.VERSION)) {
|
||||||
t.SNG_TITLE += ' ' + t.VERSION;
|
t.SNG_TITLE += ' ' + t.VERSION;
|
||||||
}
|
}
|
||||||
return t;
|
return t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user