mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
Add Solo Leveling to diferentOrder.json
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"projectName": "tmdb-addon",
|
||||
"lastCommit": "ae7f7e9"
|
||||
"lastCommit": "7a1ca0d"
|
||||
}
|
||||
@@ -1,8 +1,5 @@
|
||||
require("dotenv").config();
|
||||
const axios = require("axios")
|
||||
const { MovieDb } = require("moviedb-promise");
|
||||
const moviedb = new MovieDb(process.env.TMDB_API);
|
||||
moviedb.sessionId = '051e2865c49c81d4c010d1506d9adaef033b2e65'
|
||||
|
||||
async function getRequestToken() {
|
||||
return axios.get(`https://api.themoviedb.org/3/authentication/token/new?api_key=${process.env.TMDB_API}`)
|
||||
|
||||
@@ -94,5 +94,10 @@
|
||||
"tmdbId": "205050",
|
||||
"episodeGroupId": "670ae22cb15d97b1a93c2deb",
|
||||
"name": "Shangri-La Frontier"
|
||||
},
|
||||
{
|
||||
"tmdbId": "127532",
|
||||
"episodeGroupId": "67786ddbc11ee61dd874bc97",
|
||||
"name": "Solo Leveling"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user