summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
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