mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-15 22:16:22 +02:00
Update SoundCloud Bridge - Display username in title
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user