@ -396,6 +396,10 @@ EPub.prototype.parseMetadata = function (metadata) {
if(meta['#']&&meta['@'].property){
this.metadata[meta['@'].property]=meta['#'];
}
if(meta.name&&meta.name=="cover"){
this.metadata[meta.name]=meta.content;
}
},this);
};
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.