1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

fix lint errors

This commit is contained in:
James Hawkins 2021-10-19 17:32:45 +01:00
parent ad2eecf3a1
commit b82aa4660d

View file

@ -56,8 +56,8 @@ async function findContent(searchTerm, type) {
}
}
async function getVideoUrl(config) {
const { subtitles, token: accessToken } = await getAccessInfo(config);
const now = Math.floor(Date.now() / 1e3);
const { subtitles } = await getAccessInfo(config);
// const now = Math.floor(Date.now() / 1e3);
let subs;