mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
add the scraping buttons back
This commit is contained in:
parent
94614e69ac
commit
15d931f06f
2 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,7 @@ window.__CONFIG__ = {
|
|||
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
|
||||
|
||||
// Maybe do this at a later date
|
||||
//VITE_TURNSTILE_KEY: "3x00000000000000000000FF",
|
||||
//VITE_TURNSTILE_KEY: "3x00000000000000000000FF", // https://movie-web.github.io/docs/proxy/configuration
|
||||
|
||||
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
|
||||
VITE_DISALLOWED_IDS: "",
|
||||
|
|
|
@ -151,7 +151,6 @@ export function ScrapingPart(props: ScrapingProps) {
|
|||
</div>
|
||||
);
|
||||
})}
|
||||
{/* IDK to keep this or remove it
|
||||
<div className="flex gap-3">
|
||||
<Button
|
||||
href="/"
|
||||
|
@ -170,7 +169,6 @@ export function ScrapingPart(props: ScrapingProps) {
|
|||
{t("notFound.reloadButton")}
|
||||
</Button>
|
||||
</div>
|
||||
*/}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue