mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-24 18:41:48 +01:00
fix lint errors
This commit is contained in:
parent
ad2eecf3a1
commit
b82aa4660d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user