1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 13:50:23 +02:00

Merge pull request #214 from kranack/master

Update SoundCloud Bridge - Display username in title
This commit is contained in:
Mitsu
2016-02-21 01:13:38 +01:00

View File

@@ -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(){