mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
Eslint + version
This commit is contained in:
parent
56d836c4ee
commit
fc6e8cfe61
2 changed files with 2 additions and 2 deletions
2
funi.js
2
funi.js
|
|
@ -359,7 +359,7 @@ async function getEpisode(fnSlug){
|
|||
};
|
||||
|
||||
// select
|
||||
stDlPath = []
|
||||
stDlPath = [];
|
||||
for(let m of media){
|
||||
let selected = false;
|
||||
if(m.id > 0 && m.type == 'Non-Encrypted'){
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "funimation-downloader-nx",
|
||||
"short_name": "funi",
|
||||
"version": "4.9.3",
|
||||
"version": "4.9.4",
|
||||
"description": "Download videos from Funimation via cli.",
|
||||
"keywords": [
|
||||
"download",
|
||||
|
|
|
|||
Loading…
Reference in a new issue