Update crunchy.ts

This commit is contained in:
Tera 2024-03-21 07:47:54 +02:00 committed by GitHub
parent 201a772ecf
commit 30771374e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 != ''){