Browse Source

Update SoundCloud Bridge - Display username in title

Damien Calesse 8 years ago
parent
commit
834f959b76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bridges/SoundcloudBridge.php

+ 1 - 1
bridges/SoundcloudBridge.php

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