From 7ff92215def3ad11b90f517461fa7db440a1218f Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 20 Sep 2012 11:44:42 -0400 Subject: FS#142 - Clicking on song results in downloading Change the title link in a song row so it links to the song details. While there's no real value in obfuscating the fact that a stream can be downloaded, there is value in a consistent interface. The song title being a stream link is inconsistent with other parts of the row (such as album and artist), inconsistent with other times we display songs (such as Recently Played), and doesn't consistently match the currently selected playback method. --- templates/show_song_row.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php index 5913e64a..2e55076d 100644 --- a/templates/show_song_row.inc.php +++ b/templates/show_song_row.inc.php @@ -30,7 +30,7 @@ id,'add', T_('Add'),'add_' . $song->id); ?> -f_title; ?> +f_link; ?> f_artist_link; ?> f_album_link; ?> f_tags; ?> -- cgit