Merge pull request #214 from kranack/master

Update SoundCloud Bridge - Display username in title
This commit is contained in:
Mitsu 2016-02-21 01:13:38 +01:00
commit 36735e7c5a

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(){