summaryrefslogtreecommitdiffstats
path: root/lib/class
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 /lib/class
parentf6121006313be194bc760e27e4af60828c69b38f (diff)
downloadampache-e46b19547e7d16999b05577ec64631cc12796355.tar.gz
ampache-e46b19547e7d16999b05577ec64631cc12796355.tar.bz2
ampache-e46b19547e7d16999b05577ec64631cc12796355.zip
Replace references to old code with new code
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/genre.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/genre.class.php b/lib/class/genre.class.php
index 64a44b96..a37c449e 100644
--- a/lib/class/genre.class.php
+++ b/lib/class/genre.class.php
@@ -67,8 +67,8 @@ class Genre {
$this->f_link = "<a href=\"" . Config::get('web_path') . "/genre.php?action=show_genre&amp;genre_id=" . $this->id . "\">" . scrub_out($this->name) . "</a>";
- $this->play_link = Config::get('web_path') . '/song.php?action=genre&amp;genre=' . $this->id;
- $this->random_link = Config::get('web_path') . '/song.php?action=random_genre&amp;genre=' . $this->id;
+ $this->play_link = Config::get('web_path') . '/stream.php?action=genre&amp;genre=' . $this->id;
+ $this->random_link = Config::get('web_path') . '/stream.php?action=random_genre&amp;genre=' . $this->id;
$this->download_link = Config::get('web_path') . '/batch.php?action=genre&amp;id=' . $this->id;
} // format