mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
Merge pull request #214 from kranack/master
Update SoundCloud Bridge - Display username in title
This commit is contained in:
@@ -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(){
|
||||||
|
Reference in New Issue
Block a user