diff src/madplug/input.c @ 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 2f2ffbc2d04d
children 9a869d4bb0d3
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