Fix new articles sql request in TimelineTab

This commit is contained in:
Shinokuni 2024-08-14 14:22:03 +02:00
parent 4803624b33
commit cd18ea3594
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ object ItemsQueryBuilder {
}
}
MainFilter.NEW -> append("DateTime(Round(pub_date / 1000), 'unixepoch') Between DateTime(DateTime(\"now\"), \"-24 hour\") And DateTime(\"now\") ")
MainFilter.NEW -> append("And DateTime(Round(pub_date / 1000), 'unixepoch') Between DateTime(DateTime(\"now\"), \"-24 hour\") And DateTime(\"now\") ")
else -> {}
}