mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 18:44:04 +02:00
bridges: Remove unnecessary functions getName() and getURI()
This commit is contained in:
@@ -164,10 +164,6 @@ class TwitchApiBridge extends BridgeAbstract{
|
||||
return (!empty($this->channel) ? $this->channel . ' - ' : '') . 'Twitch API Bridge';
|
||||
}
|
||||
|
||||
public function getURI(){
|
||||
return 'https://www.twitch.tv';
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 10800; // 3 hours
|
||||
}
|
||||
|
Reference in New Issue
Block a user