MangaController overhaul (#7244)
This commit is contained in:
@@ -121,3 +121,5 @@ fun Source.getNameForMangaInfo(): String {
|
||||
else -> toString()
|
||||
}
|
||||
}
|
||||
|
||||
fun Source.isLocalOrStub(): Boolean = id == LocalSource.ID || this is SourceManager.StubSource
|
||||
|
||||
Reference in New Issue
Block a user