1
0

Füge CACHE_TIMEOUT zu MainPostBridge hinzu

This commit is contained in:
Akamaru
2025-11-19 14:18:33 +01:00
parent b00968c80f
commit a7f1dcc7d8

View File

@@ -4,6 +4,7 @@ class MainPostBridge extends BridgeAbstract {
const URI = 'https://www.mainpost.de/';
const DESCRIPTION = 'Nachrichten und Artikel von der Main-Post';
const MAINTAINER = 'Akamaru';
const CACHE_TIMEOUT = 3600; // 1 Stunde
public function getIcon()
{