From e46b19547e7d16999b05577ec64631cc12796355 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Sun, 29 Jul 2007 21:21:32 +0000 Subject: Replace references to old code with new code --- lib/class/genre.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class') 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 = "id . "\">" . scrub_out($this->name) . ""; - $this->play_link = Config::get('web_path') . '/song.php?action=genre&genre=' . $this->id; - $this->random_link = Config::get('web_path') . '/song.php?action=random_genre&genre=' . $this->id; + $this->play_link = Config::get('web_path') . '/stream.php?action=genre&genre=' . $this->id; + $this->random_link = Config::get('web_path') . '/stream.php?action=random_genre&genre=' . $this->id; $this->download_link = Config::get('web_path') . '/batch.php?action=genre&id=' . $this->id; } // format -- cgit