From a58e7ed42eff9b828fda74e075f801d3b09fa5fc Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 25 Mar 2011 15:31:33 -0400 Subject: [PATCH] CC-2114: stream Metadata shows.showing show-song-song instead of show-artist-song --- python_apps/pypo/scripts/ls_lib.liq | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python_apps/pypo/scripts/ls_lib.liq b/python_apps/pypo/scripts/ls_lib.liq index 8447e5100..5bd611878 100644 --- a/python_apps/pypo/scripts/ls_lib.liq +++ b/python_apps/pypo/scripts/ls_lib.liq @@ -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