summaryrefslogtreecommitdiffstats
path: root/play/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'play/index.php')
-rw-r--r--play/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php
index 56e7fa27..64d83e86 100644
--- a/play/index.php
+++ b/play/index.php
@@ -254,6 +254,7 @@ if (Config::get('access_control') AND Config::get('downsample_remote')) {
if (($GLOBALS['user']->prefs['transcode'] == 'always' || !$song->native_stream() || $not_local) && $GLOBALS['user']->prefs['transcode'] != 'never') {
debug_event('downsample','Starting Downsample...','5');
$fp = Stream::start_downsample($song,$lastid,$song_name);
+ $song_name = $song->f_artist_full . " - " . $song->title . "." . $song->type;
} // end if downsampling
else {
// Send file, possible at a byte offset