address phpcs style errors
This commit is contained in:
parent
0871376922
commit
c14b2c6905
1 changed files with 3 additions and 3 deletions
|
@ -196,9 +196,9 @@ class YoutubeBridge extends BridgeAbstract {
|
|||
case 'By channel id':
|
||||
case 'By playlist Id':
|
||||
case 'Search result':
|
||||
return $this->feedName . ' - ' . 'YouTube'; // We already know it's a bridge, right?
|
||||
default:
|
||||
return parent::getName();
|
||||
return $this->feedName . ' - YouTube'; // We already know it's a bridge, right?
|
||||
default:
|
||||
return parent::getName();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue