diff --git a/common/classes/Track.php b/common/classes/Track.php index 9abcea2..ca05bfe 100644 --- a/common/classes/Track.php +++ b/common/classes/Track.php @@ -16,7 +16,7 @@ class Track extends Model { parent::ConvertToDateTime($this->ends); } - private static $IDENTS = ['NIEUWSOPEN ' => 'Nieuws', 'ANWB' => 'Verkeersinformatie', 'REGIO' => 'Regionieuws', 'CB' => 'Reclame']; + private static $IDENTS = ['UURSLUITER' => 'Nieuws', 'NIEUWSOPEN ' => 'Nieuws', 'ANWB' => 'Verkeersinformatie', 'REGIO' => 'Regionieuws', 'CB' => 'Reclame']; public function isLayout() { if(strlen($this->itemCode) > 0 && ($this->itemCode[0] == 'V')) {