Merge pull request #34 from JamesHawkinss/fix/lookmovie

fix lint errors
This commit is contained in:
James Hawkins 2021-10-19 17:33:33 +01:00 committed by GitHub
commit f1aa8f1adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;