mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[StoriesIGBridge] Use getName() to create custom feed titles (#1332)
* [StoriesIGBridge] Use getName()
This commit is contained in:
parent
fc5a1526ca
commit
f0260c62c3
@ -44,4 +44,13 @@ class StoriesIGBridge extends BridgeAbstract {
|
|||||||
|
|
||||||
return parent::getURI();
|
return parent::getURI();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getName() {
|
||||||
|
|
||||||
|
if (!is_null($this->getInput('username'))) {
|
||||||
|
return $this->getInput('username') . ' - ' . self::NAME;
|
||||||
|
}
|
||||||
|
|
||||||
|
return parent::getName();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user