diff --git a/src/Checks/Plausi/MDEventCategory.php b/src/Checks/Plausi/MDEventCategory.php index 6a4658f..a8ce766 100644 --- a/src/Checks/Plausi/MDEventCategory.php +++ b/src/Checks/Plausi/MDEventCategory.php @@ -37,7 +37,7 @@ enum MDEventCategory implements JsonSerializable { if (in_array($event_type, MDEventsSet::EVENTS_NO_PRODUCTION, true)) { return self::no_production; } - if ($event_type === 5) { + if ($event_type === 5 || $event_type === 36) { // Was depicted (actor + place) return self::no_production; } throw new Exception("Uncategorized event type: " . $event_type);