diff --git a/beamup.json b/beamup.json index 12be3e6..9666cbe 100644 --- a/beamup.json +++ b/beamup.json @@ -1,4 +1,4 @@ { "projectName": "tmdb-addon", - "lastCommit": "ae7f7e9" + "lastCommit": "7a1ca0d" } \ No newline at end of file diff --git a/lib/getSession.js b/lib/getSession.js index de707c0..0312a47 100644 --- a/lib/getSession.js +++ b/lib/getSession.js @@ -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}`) diff --git a/static/diferentOrder.json b/static/diferentOrder.json index 60fc31c..6ee5aff 100644 --- a/static/diferentOrder.json +++ b/static/diferentOrder.json @@ -94,5 +94,10 @@ "tmdbId": "205050", "episodeGroupId": "670ae22cb15d97b1a93c2deb", "name": "Shangri-La Frontier" + }, + { + "tmdbId": "127532", + "episodeGroupId": "67786ddbc11ee61dd874bc97", + "name": "Solo Leveling" } ] \ No newline at end of file