UURSLUITER toegevoegd als ident voor Nieuws in now playing
This commit is contained in:
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user