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 CustomColumn extends Base {
|
||||
const ALL_CUSTOMS_ID = "calibre:custom";
|
||||
const ALL_CUSTOMS_ID = "cops:custom";
|
||||
|
||||
public $id;
|
||||
public $name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue