Fix cover zoom in HTML catalog
This commit is contained in:
부모
4e87bf7804
커밋
9b94da72ac
1개의 변경된 파일과 2개의 추가작업 그리고 1개의 파일을 삭제
3
data.php
3
data.php
|
@ -94,7 +94,8 @@ class Data extends Base {
|
|||
|
||||
if (preg_match ('/^\//', $config['calibre_directory']))
|
||||
{
|
||||
return new Link ("fetch.php?id=$book->id" . $textData . "&type=" . $type, $mime, $rel, $title);
|
||||
if ($type != "jpg") $textData .= "&type=" . $type;
|
||||
return new Link ("fetch.php?id=$book->id" . $textData, $mime, $rel, $title);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue