Cleanup
This commit is contained in:
parent
982f4d6a97
commit
98f285f777
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ import eu.kanade.tachiyomi.util.storage.DiskUtil
|
|||
import eu.kanade.tachiyomi.util.storage.EpubFile
|
||||
import eu.kanade.tachiyomi.util.system.ImageUtil
|
||||
import kotlinx.serialization.Serializable
|
||||
import kotlinx.serialization.encodeToString
|
||||
import kotlinx.serialization.json.Json
|
||||
import kotlinx.serialization.json.decodeFromStream
|
||||
import kotlinx.serialization.json.encodeToStream
|
||||
|
|
@ -75,6 +74,7 @@ class LocalSource(private val context: Context) : CatalogueSource {
|
|||
}
|
||||
|
||||
private val json: Json by injectLazy()
|
||||
|
||||
// SY -->
|
||||
private val preferences: PreferencesHelper by injectLazy()
|
||||
// SY <--
|
||||
|
|
|
|||
Loading…
Reference in a new issue