bitfireAT/icsx5

"Job was cancelled" when syncing

Closed this issue · 1 comments

Discussed in #216

Originally posted by rfc2822 February 27, 2024
I have upgraded from the previous beta to 2.2-beta.2 and now I always get Job was cancelled when syncing:

Screenshot_20240226_233214_ICSx

When the subscription has not been modified it doesn't update the error

@Query("UPDATE subscriptions SET lastSync=:lastSync WHERE id=:id")
fun updateStatusNotModified(id: Long, lastSync: Long = System.currentTimeMillis())