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
2
tag.php
2
tag.php
|
@ -9,7 +9,7 @@
|
|||
require_once('base.php');
|
||||
|
||||
class tag extends Base {
|
||||
const ALL_TAGS_ID = "calibre:tags";
|
||||
const ALL_TAGS_ID = "cops:tags";
|
||||
|
||||
public $id;
|
||||
public $name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue