1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00
This commit is contained in:
castdrian 2023-06-14 07:52:04 +02:00
parent 20c4b14799
commit 5d56b847c6

View file

@ -29,8 +29,6 @@ export async function searchForMedia(query: MWQuery): Promise<MWMediaMeta[]> {
})
);
console.log(results[0]);
cache.set(query, results, 3600);
return results;
}