-ensure stream metadata formatting is correct

This commit is contained in:
Martin Konecny 2012-09-18 17:21:57 -04:00
parent da11dc077e
commit 8787a72195
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ end
def append_title(m) =
log("Using stream_format #{!stream_metadata_type}")
if !stream_metadata_type == 1 then
[("title", "#{!show_name} - #{m['artist']}")]
[("title", "#{!show_name} - #{m['artist']} - #{m['title']}")]
elsif !stream_metadata_type == 2 then
[("title", "#{!station_name} - #{!show_name}")]
else