CC-2114: stream Metadata shows.showing show-song-song instead of show-artist-song

This commit is contained in:
martin 2011-03-25 15:31:33 -04:00
parent 095a218969
commit a58e7ed42e
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ end
# A function applied to each metadata chunk
def append_title(m) =
if !stream_metadata_type == 1 then
[("artist","#{!show_name} - #{m['title']}")]
#elsif !stream_metadata_type == 2 then
# [("artist", ""), ("title", !show_name)]
[("artist","#{!show_name} - #{m['artist']}")]
#####elsif !stream_metadata_type == 2 then
##### [("artist", ""), ("title", !show_name)]
elsif !stream_metadata_type == 2 then
[("artist",!station_name), ("title", !show_name)]
else