Add Solo Leveling to diferentOrder.json

This commit is contained in:
mrcanelas
2025-01-04 17:13:09 -03:00
parent 7a1ca0dc48
commit 5dbadc24a0
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"projectName": "tmdb-addon",
"lastCommit": "ae7f7e9"
"lastCommit": "7a1ca0d"
}
-3
View File
@@ -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}`)
+5
View File
@@ -94,5 +94,10 @@
"tmdbId": "205050",
"episodeGroupId": "670ae22cb15d97b1a93c2deb",
"name": "Shangri-La Frontier"
},
{
"tmdbId": "127532",
"episodeGroupId": "67786ddbc11ee61dd874bc97",
"name": "Solo Leveling"
}
]