mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-05 00:28:56 +01:00
Show error when trying to download chapters from not installed source (closes #4283)
This commit is contained in:
@@ -49,7 +49,7 @@ open class SourceManager(private val context: Context) {
|
||||
LocalSource(context)
|
||||
)
|
||||
|
||||
private inner class StubSource(override val id: Long) : Source {
|
||||
inner class StubSource(override val id: Long) : Source {
|
||||
|
||||
override val name: String
|
||||
get() = id.toString()
|
||||
|
||||
Reference in New Issue
Block a user