Disable mangadex tracking

This commit is contained in:
Jobobby04 2021-04-11 20:59:34 -04:00
parent 8a9f2cce10
commit 4d22db919d

View File

@ -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 val isLogged: Boolean
get() = false
class MangaDexNotFoundException : Exception("Mangadex not enabled")
}