From 9c87b1e0f456ce110f1a1b6e1a53dd3705533612 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Tue, 23 Apr 2024 13:37:07 -0400 Subject: [PATCH] change open source API key due to skids --- public/config.js | 2 +- src/assets/locales/en.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/config.js b/public/config.js index f4e2d64a..d8dfadae 100644 --- a/public/config.js +++ b/public/config.js @@ -4,7 +4,7 @@ window.__CONFIG__ = { VITE_CORS_PROXY_URL: "https://sudo-proxy.up.railway.app", // The READ API key to access TMDB - VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhZTljNGE2ZDE1ZDFiODZiNzdlMWQyYmI5ZGY0MzdmYyIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.kAX7TkbKuJkNty6IsjcCLnoENFicVZn6d6DkLQsy3p8", + VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI1NzlkZWYyZDY5ZWFlNDk4ZjJiOTI4MTgyNDdjM2ViMCIsInN1YiI6IjY2MjdmMGJlNjJmMzM1MDE0YmQ4NTFmMiIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.h3KpPvkiaz8uNz1bntAKqsPrxG_4UUWaY3kYME6N6m8", // The DMCA email displayed in the footer, null to hide the DMCA link VITE_DMCA_EMAIL: null, diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 6cc0bf7f..0936551a 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -312,7 +312,7 @@ }, "episodes": { "button": "Episodes", - "emptyState": "There are no episodes in this season, check back later (sorry)!", + "emptyState": "There are no episodes in this season, check back later (sorry :3)...", "episodeBadge": "E{{episode}}", "loadingError": "Error loading season", "loadingList": "Loading...", @@ -368,7 +368,7 @@ }, "title": "Subtitles", "unknownLanguage": "Unknown", - "dropSubtitleFile": "Drop subtitle file here" + "dropSubtitleFile": "Drop subtitle file here! >_<" } }, "metadata": { @@ -396,7 +396,7 @@ "notFound": { "badge": "Not found", "homeButton": "Back to home", - "text": "We couldn't find the media you requested. Either it's been removed or you tampered with the URL (naughty).", + "text": "We couldn't find the media you requested. Either it's been removed or you tampered with the URL (naughty, naughty).", "title": "Couldn't find that media." } }, @@ -415,7 +415,7 @@ "errorNotSupported": "The media or media provider object is not supported." }, "homeButton": "Go home", - "text": "There was an error trying to play the media 😖. Please try again.", + "text": "There was an error trying to play the media 😖. Please try again!", "title": "Failed to play video!" }, "scraping": {