Fix: Retain track mix ID when minifying tracks
This commit is contained in:
parent
0f637306e3
commit
9d3f7e85c1
1 changed files with 2 additions and 0 deletions
2
js/db.js
2
js/db.js
|
|
@ -186,6 +186,8 @@ export class MusicDatabase {
|
||||||
streamStartDate: item.streamStartDate || null,
|
streamStartDate: item.streamStartDate || null,
|
||||||
// Keep version if exists
|
// Keep version if exists
|
||||||
version: item.version || null,
|
version: item.version || null,
|
||||||
|
// Keep mix info
|
||||||
|
mixes: item.mixes || null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue