refactor: Add cover_last_modified

This commit is contained in:
Ahmad Ansori Palembani 2024-08-17 14:13:49 +07:00
parent 653b2d7839
commit c9b302ab21
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
23 changed files with 158 additions and 104 deletions

View file

@ -5,6 +5,7 @@ import kotlinx.coroutines.CoroutineStart
import kotlinx.coroutines.DelicateCoroutinesApi
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.IO
import kotlinx.coroutines.Job
import kotlinx.coroutines.NonCancellable
import kotlinx.coroutines.launch