From 834f959b76494ca5e47cc7961f35f7de56e07f98 Mon Sep 17 00:00:00 2001 From: Damien Calesse Date: Tue, 16 Feb 2016 12:33:35 +0100 Subject: [PATCH] Update SoundCloud Bridge - Display username in title --- bridges/SoundcloudBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/SoundcloudBridge.php b/bridges/SoundcloudBridge.php index dc32a258..43e17360 100644 --- a/bridges/SoundcloudBridge.php +++ b/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(){