mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[MinecraftBridge] fix favicon
This commit is contained in:
parent
462c005f2c
commit
2bde77730c
@ -7,6 +7,11 @@ class MinecraftBridge extends BridgeAbstract
|
|||||||
const DESCRIPTION = 'Catch up on the latest Minecraft articles';
|
const DESCRIPTION = 'Catch up on the latest Minecraft articles';
|
||||||
const MAINTAINER = 'tillcash';
|
const MAINTAINER = 'tillcash';
|
||||||
|
|
||||||
|
public function getIcon()
|
||||||
|
{
|
||||||
|
return 'https://www.minecraft.net/etc.clientlibs/minecraftnet/clientlibs/clientlib-site/resources/favicon.ico';
|
||||||
|
}
|
||||||
|
|
||||||
public function collectData()
|
public function collectData()
|
||||||
{
|
{
|
||||||
$json = getContents(
|
$json = getContents(
|
||||||
|
Loading…
Reference in New Issue
Block a user