mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix: only apply excludeSeasonPacks option to series type
This commit is contained in:
@@ -1334,6 +1334,7 @@ class StreamFilterer {
|
||||
|
||||
if (
|
||||
this.userData.excludeSeasonPacks &&
|
||||
type === 'series' &&
|
||||
stream.parsedFile?.season &&
|
||||
!stream.parsedFile?.episode
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user