mirror of
https://github.com/Yetangitu/owncloud-apps.git
synced 2025-10-02 14:49:17 +02:00
Fixed return code for Google ISBN provider
This commit is contained in:
parent
68345e612f
commit
394533fd14
2 changed files with 3 additions and 1 deletions
BIN
dist/files_opds-0.5.3.tar.gz
vendored
BIN
dist/files_opds-0.5.3.tar.gz
vendored
Binary file not shown.
|
@ -32,9 +32,11 @@ class Google
|
|||
return true;
|
||||
} else {
|
||||
$meta['rescan'] = date("Y-m-d\TH:i:sP", time() + Isbn::RESCAN_NOT_FOUND);
|
||||
return Isbn::NOT_FOUND;
|
||||
}
|
||||
|
||||
return false;
|
||||
/* not reached */
|
||||
return Isbn::ERROR;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue