mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-12 12:50:40 +00:00
Fixed a bug as described in #19
This commit is contained in:
parent
c8624cf1b4
commit
56d836c4ee
1 changed files with 1 additions and 0 deletions
1
funi.js
1
funi.js
|
|
@ -359,6 +359,7 @@ async function getEpisode(fnSlug){
|
|||
};
|
||||
|
||||
// select
|
||||
stDlPath = []
|
||||
for(let m of media){
|
||||
let selected = false;
|
||||
if(m.id > 0 && m.type == 'Non-Encrypted'){
|
||||
|
|
|
|||
Loading…
Reference in a new issue