Korrigiere Favicon
This commit is contained in:
@@ -6,11 +6,15 @@ class DiscoveryPlusBridge extends BridgeAbstract
|
||||
{
|
||||
const NAME = 'Discovery+ Bridge';
|
||||
const URI = 'https://www.discoveryplus.com/';
|
||||
const ICON = 'https://www.google.com/s2/favicons?domain=www.discoveryplus.com&sz=32';
|
||||
const DESCRIPTION = 'RSS-Feed für Serien von Discovery+';
|
||||
const CACHE_TIMEOUT = 21600; // 6h
|
||||
const MAINTAINER = 'Akamaru';
|
||||
|
||||
public function getIcon()
|
||||
{
|
||||
return 'https://www.google.com/s2/favicons?domain=www.discoveryplus.com&sz=32';
|
||||
}
|
||||
|
||||
const PARAMETERS = [
|
||||
[
|
||||
'show_id' => [
|
||||
|
||||
Reference in New Issue
Block a user