mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add plugin API tests
This commit is contained in:
parent
9b474844e8
commit
09071200c7
19 changed files with 481 additions and 79 deletions
|
@ -21,7 +21,7 @@ async function listAvailablePluginsFromIndex (options: PeertubePluginIndexList)
|
|||
sort,
|
||||
pluginType,
|
||||
search,
|
||||
currentPeerTubeEngine: PEERTUBE_VERSION
|
||||
currentPeerTubeEngine: options.currentPeerTubeEngine || PEERTUBE_VERSION
|
||||
}
|
||||
|
||||
const uri = CONFIG.PLUGINS.INDEX.URL + '/api/v1/plugins'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue