mirror of https://github.com/aruppi/aruppi-api
Change direct servers
This commit is contained in:
parent
5323c98ae8
commit
0d9b8aab7d
|
@ -1,4 +1,4 @@
|
|||
# **Aruppi API** (v3.4.3)
|
||||
# **Aruppi API** (v3.4.4)
|
||||
|
||||
> This API has everything about Japan, from anime, music, radio, images, videos ... to japanese culture
|
||||
>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "aruppi",
|
||||
"version": "3.4.3",
|
||||
"version": "3.4.4",
|
||||
"description": "Aruppi is a custom API to obtain data from the Japanese culture for the mobile app",
|
||||
"main": "./src/api/api.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -56,13 +56,13 @@ async function videoServersJK(id) {
|
|||
serverList.push({
|
||||
id: serverNames[serverNames.indexOf(server)].toLowerCase(),
|
||||
url: await desuServerUrl(servers[server]) !== null ? await desuServerUrl(servers[server]) : servers[server],
|
||||
direct: true
|
||||
direct: false
|
||||
});
|
||||
}else {
|
||||
serverList.push({
|
||||
id: serverNames[serverNames.indexOf(server)].toLowerCase(),
|
||||
url: servers[server],
|
||||
direct: true
|
||||
direct: false
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue