1
0
Fork 0
forked from blallo/rss-bridge

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

View file

@ -50,7 +50,7 @@ class SoundCloudBridge extends BridgeAbstract{
} }
public function getName(){ 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(){ public function getURI(){