mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
Update SoundCloud Bridge - Display username in title
This commit is contained in:
parent
9153071a0e
commit
834f959b76
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user