mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 10:49:37 +02:00
actually pass the scrobble hostname...
This commit is contained in:
parent
d84e62dba7
commit
9dd2cb89c2
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class Ampachelibrefm {
|
|||
if (!$this->username || !$this->password) { return false; }
|
||||
|
||||
// Create our scrobbler with everything this time and then queue it
|
||||
$scrobbler = new scrobbler($this->username,$this->password,$this->hostname,$this->port,$this->path,$this->challenge);
|
||||
$scrobbler = new scrobbler($this->username,$this->password,$this->hostname,$this->port,$this->path,$this->challenge,'turtle.libre.fm');
|
||||
|
||||
// Check to see if the scrobbling works
|
||||
if (!$scrobbler->queue_track($song->f_artist_full,$song->f_album_full,$song->title,time(),$song->time,$song->track)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue