mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 02:39:47 +02:00
fix typo
This commit is contained in:
parent
6777ec1e2e
commit
c9ccb05a40
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ class Song extends database_object implements media {
|
|||
|
||||
$song_name = rawurlencode($song->f_artist_full . " - " . $song->title . "." . $type);
|
||||
|
||||
$url = Stream::get_base_url() . "oid=$song_id&uid=$user_id$session_string$ds_string&name=/$song_name";
|
||||
$url = Stream::get_base_url() . "oid=$song->id&uid=$user_id$session_string$ds_string&name=/$song_name";
|
||||
|
||||
return $url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue