some fixes
This commit is contained in:
parent
5d3853d208
commit
0014999586
3 changed files with 8 additions and 5 deletions
|
@ -1257,7 +1257,7 @@ export class BrowserWindow {
|
|||
"assetUrl": "file:///" +audio,
|
||||
"contentAdvisory": "",
|
||||
"releaseDateTime": "2022-05-13T00:23:00Z",
|
||||
"durationInMilliseconds": Math.floor((metadata.format.duration?? 0) * 1000),
|
||||
"durationInMillis": Math.floor((metadata.format.duration?? 0) * 1000),
|
||||
|
||||
"offers": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue