mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
change open source API key due to skids
This commit is contained in:
parent
c35588bb3c
commit
9c87b1e0f4
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ window.__CONFIG__ = {
|
||||||
VITE_CORS_PROXY_URL: "https://sudo-proxy.up.railway.app",
|
VITE_CORS_PROXY_URL: "https://sudo-proxy.up.railway.app",
|
||||||
|
|
||||||
// The READ API key to access TMDB
|
// 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
|
// The DMCA email displayed in the footer, null to hide the DMCA link
|
||||||
VITE_DMCA_EMAIL: null,
|
VITE_DMCA_EMAIL: null,
|
||||||
|
|
|
@ -312,7 +312,7 @@
|
||||||
},
|
},
|
||||||
"episodes": {
|
"episodes": {
|
||||||
"button": "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}}",
|
"episodeBadge": "E{{episode}}",
|
||||||
"loadingError": "Error loading season",
|
"loadingError": "Error loading season",
|
||||||
"loadingList": "Loading...",
|
"loadingList": "Loading...",
|
||||||
|
@ -368,7 +368,7 @@
|
||||||
},
|
},
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
"unknownLanguage": "Unknown",
|
"unknownLanguage": "Unknown",
|
||||||
"dropSubtitleFile": "Drop subtitle file here"
|
"dropSubtitleFile": "Drop subtitle file here! >_<"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
@ -396,7 +396,7 @@
|
||||||
"notFound": {
|
"notFound": {
|
||||||
"badge": "Not found",
|
"badge": "Not found",
|
||||||
"homeButton": "Back to home",
|
"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."
|
"title": "Couldn't find that media."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -415,7 +415,7 @@
|
||||||
"errorNotSupported": "The media or media provider object is not supported."
|
"errorNotSupported": "The media or media provider object is not supported."
|
||||||
},
|
},
|
||||||
"homeButton": "Go home",
|
"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!"
|
"title": "Failed to play video!"
|
||||||
},
|
},
|
||||||
"scraping": {
|
"scraping": {
|
||||||
|
|
Loading…
Reference in a new issue