From d9143848eacc50eabe6eff427189dfb32175a96f Mon Sep 17 00:00:00 2001 From: Mischa Spelt Date: Wed, 2 May 2018 15:15:26 +0200 Subject: [PATCH] UURSLUITER toegevoegd als ident voor Nieuws in now playing --- common/classes/Track.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) {