mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-15 21:14:07 +02:00
[Multiple] Fix all exampleValues and required variables (#2296)
This commit is contained in:
@@ -11,6 +11,7 @@ class PornhubBridge extends BridgeAbstract {
|
||||
const PARAMETERS = array(array(
|
||||
'q' => array(
|
||||
'name' => 'User name',
|
||||
'exampleValue' => 'asa-akira',
|
||||
'required' => true,
|
||||
),
|
||||
'type' => array(
|
||||
@@ -21,7 +22,7 @@ class PornhubBridge extends BridgeAbstract {
|
||||
'model' => 'model',
|
||||
'pornstar' => 'pornstar',
|
||||
),
|
||||
'defaultValue' => 'users',
|
||||
'defaultValue' => 'pornstar',
|
||||
),
|
||||
'sort' => array(
|
||||
'name' => 'Sort by',
|
||||
|
Reference in New Issue
Block a user