Configuration for system content filtering.

export interface SystemFilterConfig {
shouldIgnoreOneShots?: boolean;
shouldIgnoreAdultContent?: boolean;
}
interface SystemFilterConfig {
    shouldIgnoreOneShots?: boolean;
    shouldIgnoreAdultContent?: boolean;
}

Properties

shouldIgnoreOneShots?: boolean

Whether to filter out one-shots

shouldIgnoreAdultContent?: boolean

Whether to filter out adult content