mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-04 07:26:00 +00:00
Merge pull request #34 from JamesHawkinss/fix/lookmovie
fix lint errors
This commit is contained in:
commit
f1aa8f1adc
|
@ -56,8 +56,8 @@ async function findContent(searchTerm, type) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
async function getVideoUrl(config) {
|
async function getVideoUrl(config) {
|
||||||
const { subtitles, token: accessToken } = await getAccessInfo(config);
|
const { subtitles } = await getAccessInfo(config);
|
||||||
const now = Math.floor(Date.now() / 1e3);
|
// const now = Math.floor(Date.now() / 1e3);
|
||||||
|
|
||||||
let subs;
|
let subs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue