changeset 2142:76a19617d685

bugfixed the way shoutcast is formatted ;p
author William Pitcock <nenolod@atheme.org>
date Sun, 28 Oct 2007 14:28:13 -0500
parents c266c29a36c5
children 4610f14103e4
files src/madplug/input.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/madplug/input.c	Sun Oct 28 14:02:12 2007 -0500
+++ b/src/madplug/input.c	Sun Oct 28 14:28:13 2007 -0500
@@ -483,7 +483,7 @@
         }
 
         if (metadata)
-            tmp = aud_tuple_formatter_process_string(info->tuple, "${?title:${title}}${?stream: (${stream})");
+            tmp = aud_tuple_formatter_process_string(info->tuple, "${?title:${title}}${?stream: (${stream})}");
         else {
             gchar *realfn = g_filename_from_uri(info->filename, NULL, NULL);
             gchar *tmp2 = g_path_get_basename(realfn ? realfn : info->filename); // info->filename is uri. --yaz