1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-15 16:52:48 -05:00

Refactor video cache

This commit is contained in:
Zed
2019-10-26 15:33:38 +02:00
parent aeeea492c4
commit d179ac547c
5 changed files with 45 additions and 28 deletions

View File

@@ -3,7 +3,7 @@ import norm/sqlite
import prefs_impl
export sqlite, options
export options
type
VideoType* = enum
@@ -53,7 +53,6 @@ dbTypes:
.}: VideoType
genPrefsType()
dbFromTypes("cache.db", "", "", "", [Profile, Video])
type
QueryKind* = enum