UURSLUITER toegevoegd als ident voor Nieuws in now playing

This commit is contained in:
2018-05-02 15:15:26 +02:00
parent 3772f19a49
commit d9143848ea

View File

@@ -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')) {