summaryrefslogtreecommitdiffstats
path: root/templates/show_play_selected.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-07-29 21:21:32 +0000
committerxgizzmo <xgizzmo@ampache>2007-07-29 21:21:32 +0000
commite46b19547e7d16999b05577ec64631cc12796355 (patch)
treea18f0af39faecf11f2f1faa770991c34b59906a4 /templates/show_play_selected.inc.php
parentf6121006313be194bc760e27e4af60828c69b38f (diff)
downloadampache-e46b19547e7d16999b05577ec64631cc12796355.tar.gz
ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.bz2
ampache-e46b19547e7d16999b05577ec64631cc12796355.zip
Replace references to old code with new code
Diffstat (limited to 'templates/show_play_selected.inc.php')
-rw-r--r--templates/show_play_selected.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_play_selected.inc.php b/templates/show_play_selected.inc.php
index 6b7f111c..47a083e2 100644
--- a/templates/show_play_selected.inc.php
+++ b/templates/show_play_selected.inc.php
@@ -25,7 +25,7 @@ $web_path = conf('web_path');
<table border="0" cellpadding="14" cellspacing="0" class="text-box">
<tr>
<td>
- <input class="button" type="button" value="<?php echo _('Play Selected'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/song.php?action=play_selected');" />
+ <input class="button" type="button" value="<?php echo _('Play Selected'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/stream.php?action=play_selected');" />
<?php if (batch_ok()) { ?>
&nbsp;&nbsp;
<input class="button" type="button" value="<?php echo _('Download Selected'); ?>" onclick="return SubmitToPage('songs','<?php echo $web_path; ?>/batch.php?action=download_selected');" />