mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
lint
This commit is contained in:
@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user