mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
chore: change subs_item mtime
This commit is contained in:
parent
1641a0fa67
commit
93242ef8b4
|
@ -40,7 +40,10 @@ object DbSet {
|
|||
if (!isMainProcess) return
|
||||
appScope.launchTry(Dispatchers.IO) {
|
||||
val defaultSubsItem = SubsItem(
|
||||
id = 0, order = 0, updateUrl = DEFAULT_SUBS_UPDATE_URL, mtime = 0
|
||||
id = 0,
|
||||
order = 0,
|
||||
updateUrl = DEFAULT_SUBS_UPDATE_URL,
|
||||
mtime = System.currentTimeMillis()
|
||||
)
|
||||
db.insert(
|
||||
"subs_item",
|
||||
|
|
Loading…
Reference in New Issue
Block a user