mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-27 13:23:25 +02:00
Icons: Allow Bridge-specified icons (#788)
This commit is contained in:
committed by
LogMANOriginal
parent
c4cccfe0f3
commit
704a87ad97
@ -48,6 +48,13 @@ interface BridgeInterface {
|
||||
*/
|
||||
public function getName();
|
||||
|
||||
/**
|
||||
* Returns the bridge icon
|
||||
*
|
||||
* @return string Bridge icon
|
||||
*/
|
||||
public function getIcon();
|
||||
|
||||
/**
|
||||
* Returns the bridge parameters
|
||||
*
|
||||
|
Reference in New Issue
Block a user