diff options
Diffstat (limited to 'templates/list_duplicates.inc')
-rw-r--r-- | templates/list_duplicates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_duplicates.inc b/templates/list_duplicates.inc index c96058c4..f694c332 100644 --- a/templates/list_duplicates.inc +++ b/templates/list_duplicates.inc @@ -50,7 +50,7 @@ if ($flags) { ?> foreach ($dinfolist as $dinfo) { echo "<tr class=\"".flip_class()."\">". "<td><input type=\"checkbox\" name=\"song_ids[]\" value=\"" . $dinfo['songid'] . "\" /></td>". - "<td><a href=\"".$web_path."/song.php?action=m3u&song=$song->id\">".scrub_out($formated_title)."</a> </td>". + "<td><a href=\"".$web_path."/song.php?action=single_song&song_id=$song->id\">".scrub_out($formated_title)."</a> </td>". "<td><a href=\"".$web_path."/artists.php?action=show&artist=".$dinfo['artistid']."\" title=\"".scrub_out($dinfo['artist'])."\">".scrub_out($dinfo['artist'])."</a> </td>". "<td><a href=\"".$web_path."/albums.php?action=show&album=".$dinfo['albumid']."\" title=\"".scrub_out($dinfo['album'])."\">".scrub_out($dinfo['album'])."</a> </td>". "<td>".floor($dinfo['time']/60).":".sprintf("%02d", ($dinfo['time']%60) )."</td>". |