1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00

readd vanished comment

This commit is contained in:
adrifcastr 2023-06-21 12:51:30 +02:00
parent 984d215312
commit 89cdf74b2f

View file

@ -29,6 +29,6 @@ export async function searchForMedia(query: MWQuery): Promise<MWMediaMeta[]> {
}) })
); );
cache.set(query, results, 3600); cache.set(query, results, 3600); // cache results for 1 hour
return results; return results;
} }