From 6fac9d6d459d70e51bc95b9b53e41873430e7f59 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 7 Jan 2026 13:18:51 +0000 Subject: [PATCH] corrected status "cacheDuration" to 1800 --- src/providers/javtiful.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/javtiful.rs b/src/providers/javtiful.rs index 733be73..04e7e2b 100644 --- a/src/providers/javtiful.rs +++ b/src/providers/javtiful.rs @@ -89,7 +89,7 @@ impl JavtifulProvider { multiSelect: false, }], nsfw: true, - cacheDuration: None, + cacheDuration: Some(1800), } }