From dbdd96ed1b3b00a850be001f3dbeea3273739a98 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 28 Feb 2009 18:13:48 +0000 Subject: unify how the stream is constructed and played, this is a major change might be some regressions --- templates/show_song.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_song.inc.php') diff --git a/templates/show_song.inc.php b/templates/show_song.inc.php index 45f8c90c..000e1581 100644 --- a/templates/show_song.inc.php +++ b/templates/show_song.inc.php @@ -28,7 +28,7 @@ $button_flip_state_id = 'button_flip_state_' . $song->id;
"> id,'add',_('Add'),'add_song_' . $song->id); ?> - + -- cgit