If we update metadata then add the calibre uuid.
このコミットが含まれているのは:
コミット
d1ce53087f
2個のファイルの変更、10行の追加、0行の削除
|
|
@ -259,6 +259,15 @@ class EPub {
|
|||
public function Amazon($amazon=false){
|
||||
return $this->getset('dc:identifier',$amazon,'opf:scheme','AMAZON');
|
||||
}
|
||||
|
||||
/**
|
||||
* Set or get the Calibre UUID of the book
|
||||
*
|
||||
* @param string $uuid
|
||||
*/
|
||||
public function Calibre($uuid=false){
|
||||
return $this->getset('dc:identifier',$uuid,'opf:scheme','calibre');
|
||||
}
|
||||
|
||||
/**
|
||||
* Set or get the Serie of the book
|
||||
|
|
|
|||
読み込み中…
Add table
Add a link
新しいイシューから参照