Update SoundCloud Bridge - Display username in title

This commit is contained in:
Damien Calesse 2016-02-16 12:33:35 +01:00
parent 9153071a0e
commit 834f959b76
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class SoundCloudBridge extends BridgeAbstract{
}
public function getName(){
return (!empty($this->name) ? $this->name .' - ' : '') .'Soundcloud Bridge';
return (!empty($this->name) ? $this->name .' - ' : '') . (!empty($this->request) ? $this->request : '');
}
public function getURI(){