mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
return the constructed url
This commit is contained in:
parent
877e451f7a
commit
b0100f954d
1 changed files with 3 additions and 1 deletions
|
@ -991,7 +991,9 @@ class Album extends database_object {
|
|||
|
||||
$name = 'art.' . $type;
|
||||
|
||||
Config::get('web_path') . '/image.php?id=' . scrub_out($album_id) . '&auth=' . $sid . '&name=' . $name;
|
||||
$url = Config::get('web_path') . '/image.php?id=' . scrub_out($album_id) . '&auth=' . $sid . '&name=' . $name;
|
||||
|
||||
return $url;
|
||||
|
||||
} // get_art_url
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue