mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
Update crunchy.ts
This commit is contained in:
parent
201a772ecf
commit
30771374e5
1 changed files with 1 additions and 1 deletions
|
|
@ -2302,7 +2302,7 @@ export default class Crunchy implements ServiceClass {
|
|||
for (const key of Object.keys(eps)) {
|
||||
const itemE = eps[key];
|
||||
itemE.items.forEach((item, index) => {
|
||||
if (!dubLang.includes(itemE.langs[index]?.code) || (s && item.season_id !== s))
|
||||
if (!dubLang.includes(itemE.langs[index]?.code))
|
||||
return;
|
||||
item.hide_season_title = true;
|
||||
if(item.season_title == '' && item.series_title != ''){
|
||||
|
|
|
|||
Loading…
Reference in a new issue