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 channel id':
|
||||||
case 'By playlist Id':
|
case 'By playlist Id':
|
||||||
case 'Search result':
|
case 'Search result':
|
||||||
return $this->feedName . ' - ' . 'YouTube'; // We already know it's a bridge, right?
|
return $this->feedName . ' - YouTube'; // We already know it's a bridge, right?
|
||||||
default:
|
default:
|
||||||
return parent::getName();
|
return parent::getName();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue