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