Add basic API caching

This commit is contained in:
Lei Nelissen
2020-06-20 23:10:19 +02:00
parent 91476ed5b6
commit b04026b846
7 changed files with 44 additions and 6 deletions

1
src/CONSTANTS.ts Normal file
View File

@@ -0,0 +1 @@
export const ALBUM_CACHE_AMOUNT_OF_DAYS = 7;