forked from blallo/rss-bridge
Update SoundCloud Bridge - Display username in title
This commit is contained in:
parent
9153071a0e
commit
834f959b76
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||||
|
|
Loading…
Reference in a new issue