refactor: support search caching

remains to be seen whether this is a good idea or not
This commit is contained in:
2025-09-07 05:30:16 +02:00
parent 37e932956d
commit 2a9826eb03
3 changed files with 53 additions and 24 deletions

View File

@@ -23,6 +23,7 @@ version = "0.0.1"
apiVersion = "1"
randomly_generated_passcode = 0
video_cache = {}
general_cache = {"search": []}
def getConfig(configfile):