OnAir info omgedraaid
This commit is contained in:
@@ -444,7 +444,7 @@
|
||||
if(data.inProgram) {
|
||||
$nowPlaying.title.text(data.program.name).attr('title', data.program.name);
|
||||
if(data.current && data.current.title) {
|
||||
$nowPlaying.artist.text(data.current.title + (data.current.artist ? ' - ' + data.current.artist : ''));
|
||||
$nowPlaying.artist.text((data.current.artist ? data.current.artist + ' - ' : '') + data.current.title);
|
||||
} else {
|
||||
$nowPlaying.artist.text(data.program.tagline);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user