Fix the ids in OPDS feed to produce a valid feed. fix #104
This commit is contained in:
parent
23282ed1e8
commit
fa5ec6cb58
7 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
require_once('base.php');
|
||||
|
||||
class language extends Base {
|
||||
const ALL_LANGUAGES_ID = "calibre:languages";
|
||||
const ALL_LANGUAGES_ID = "cops:languages";
|
||||
|
||||
public $id;
|
||||
public $lang_code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue