mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-28 16:51:01 +00:00
more offline stuff/bugfixes
This commit is contained in:
@@ -51,7 +51,7 @@ abstract class BaseParser {
|
||||
* **/
|
||||
open suspend fun autoSearch(mediaObj: Media): ShowResponse? {
|
||||
var response: ShowResponse? = null//loadSavedShowResponse(mediaObj.id)
|
||||
if (response != null) {
|
||||
if (response != null && this !is OfflineMangaParser) {
|
||||
saveShowResponse(mediaObj.id, response, true)
|
||||
} else {
|
||||
setUserText("Searching : ${mediaObj.mainName()}")
|
||||
|
||||
Reference in New Issue
Block a user