Disable mangadex tracking
This commit is contained in:
parent
8a9f2cce10
commit
4d22db919d
@ -136,5 +136,8 @@ class MdList(private val context: Context, id: Int) : TrackService(id) {
|
|||||||
|
|
||||||
override suspend fun login(username: String, password: String): Unit = throw Exception("not used")
|
override suspend fun login(username: String, password: String): Unit = throw Exception("not used")
|
||||||
|
|
||||||
|
override val isLogged: Boolean
|
||||||
|
get() = false
|
||||||
|
|
||||||
class MangaDexNotFoundException : Exception("Mangadex not enabled")
|
class MangaDexNotFoundException : Exception("Mangadex not enabled")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user