This commit is contained in:
Araxeus
2021-11-22 22:08:24 +02:00
parent 02d5b78f55
commit 4362101c0a
3 changed files with 74 additions and 74 deletions

View File

@ -3,7 +3,7 @@ const fetch = require('node-fetch');
const registerCallback = require("../../providers/song-info");
const secToMilisec = t => Math.round(Number(t) * 1000);
const secToMilisec = t => Math.round(Number(t) * 1e3);
const data = {
cover_url: '',
title: '',